Search Results for

    Show / Hide Table of Contents

    Delegate UFDrf.PopOrientationFnT

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

    Constructors

    PopOrientationFnT(object, nint)

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

    Methods

    BeginInvoke(nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(nint client, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    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(nint)

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