Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.AutoroutePlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate int AutoroutePlugin(Connection[] connections);
    Parameters
    Type Name Description
    Connection[] connections
    Returns
    Type Description
    System.Int32

    Constructors

    AutoroutePlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(Connection[], AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Connection[] connections, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Connection[] connections
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Int32

    Invoke(Connection[])

    Declaration
    public virtual int Invoke(Connection[] connections)
    Parameters
    Type Name Description
    Connection[] connections
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX