Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.UnifyPathPlugin

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

    Constructors

    UnifyPathPlugin(object, nint)

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

    Methods

    BeginInvoke(NXObject[], AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NXObject[] objects, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    NXObject[] objects
    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[] objects)
    Parameters
    Type Name Description
    NXObject[] objects
    In this article
    Back to top Generated by DocFX