Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.UnifyPathPlugin

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

    Constructors

    UnifyPathPlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(NXObject[], AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NXObject[] objects, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    NXObject[] objects
    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(NXObject[])

    Declaration
    public virtual void Invoke(NXObject[] objects)
    Parameters
    Type Name Description
    NXObject[] objects
    In This Article
    Back to top Generated by DocFX