Search Results for

    Show / Hide Table of Contents

    Delegate UFDrf.PushOrientationFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate UFDrf.RenderTextStatus UFDrf.PushOrientationFnT(double[] matrix, nint client)
    Parameters
    Type Name Description
    double[] matrix
    nint client
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Constructors

    PushOrientationFnT(object, nint)

    Declaration
    public PushOrientationFnT(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(double[], nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(double[] matrix, nint client, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    double[] matrix
    nint client
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual UFDrf.RenderTextStatus EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Invoke(double[], nint)

    Declaration
    public virtual UFDrf.RenderTextStatus Invoke(double[] matrix, nint client)
    Parameters
    Type Name Description
    double[] matrix
    nint client
    Returns
    Type Description
    UFDrf.RenderTextStatus
    In this article
    Back to top Generated by DocFX