Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.Callback

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate void CustomManager.Callback(NXObject[] nxObjects)
    Parameters
    Type Name Description
    NXObject[] nxObjects

    Constructors

    Callback(object, nint)

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

    Methods

    BeginInvoke(NXObject[], AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NXObject[] nxObjects, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    NXObject[] nxObjects
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(NXObject[])

    Declaration
    public virtual void Invoke(NXObject[] nxObjects)
    Parameters
    Type Name Description
    NXObject[] nxObjects
    In this article
    Back to top Generated by DocFX