Search Results for

    Show / Hide Table of Contents

    Delegate UFAssem.CsetFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate bool UFAssem.CsetFnT(Tag member, nint app_data)
    Parameters
    Type Name Description
    Tag member
    nint app_data
    Returns
    Type Description
    bool

    Constructors

    CsetFnT(object, nint)

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

    Methods

    BeginInvoke(Tag, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag member, nint app_data, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Tag member
    nint app_data
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Tag, nint)

    Declaration
    public virtual bool Invoke(Tag member, nint app_data)
    Parameters
    Type Name Description
    Tag member
    nint app_data
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX