Search Results for

    Show / Hide Table of Contents

    Delegate PostProcess.UserFunctionBeforeDialogDestroy

    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public delegate void PostProcess.UserFunctionBeforeDialogDestroy(int userData)
    Parameters
    Type Name Description
    int userData

    Constructors

    UserFunctionBeforeDialogDestroy(object, nint)

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

    Methods

    BeginInvoke(int, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int userData, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    int userData
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(int)

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