Search Results for

    Show / Hide Table of Contents

    Delegate UFDrf.SetToPositionFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate UFDrf.RenderTextStatus UFDrf.SetToPositionFnT(double[] in_point, nint client, double[] out_point, out bool out_status)
    Parameters
    Type Name Description
    double[] in_point
    nint client
    double[] out_point
    bool out_status
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Constructors

    SetToPositionFnT(object, nint)

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

    Methods

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

    Declaration
    public virtual IAsyncResult BeginInvoke(double[] in_point, nint client, double[] out_point, out bool out_status, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    double[] in_point
    nint client
    double[] out_point
    bool out_status
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(out bool, IAsyncResult)

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

    Invoke(double[], nint, double[], out bool)

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