Search Results for

    Show / Hide Table of Contents

    Delegate UFUi.ChangeStateFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate int UFUi.ChangeStateFnT(int new_state)
    Parameters
    Type Name Description
    int new_state
    Returns
    Type Description
    int

    Constructors

    ChangeStateFnT(object, nint)

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

    Methods

    BeginInvoke(int, AsyncCallback, object)

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

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