Search Results for

    Show / Hide Table of Contents

    Delegate UFUi.SelInitFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate int UFUi.SelInitFnT(nint select_, nint user_data)
    Parameters
    Type Name Description
    nint select_
    nint user_data
    Returns
    Type Description
    int

    Constructors

    SelInitFnT(object, nint)

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

    Methods

    BeginInvoke(nint, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(nint select_, nint user_data, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    nint select_
    nint user_data
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    int

    Invoke(nint, nint)

    Declaration
    public virtual int Invoke(nint select_, nint user_data)
    Parameters
    Type Name Description
    nint select_
    nint user_data
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX