Search Results for

    Show / Hide Table of Contents

    Delegate PostProcess._UserFunctionBeforeDialogDestroy

    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    delegate void _UserFunctionBeforeDialogDestroy(int userData);
    Parameters
    Type Name Description
    System.Int32 userData

    Constructors

    _UserFunctionBeforeDialogDestroy(Object, IntPtr)

    Declaration
    public _UserFunctionBeforeDialogDestroy(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Int32, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int userData, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 userData
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Int32)

    Declaration
    public virtual void Invoke(int userData)
    Parameters
    Type Name Description
    System.Int32 userData
    In This Article
    Back to top Generated by DocFX