Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.AutoroutePlugin

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

    Constructors

    AutoroutePlugin(object, nint)

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

    Methods

    BeginInvoke(Connection[], AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(Connection[])

    Declaration
    public virtual int Invoke(Connection[] connections)
    Parameters
    Type Name Description
    Connection[] connections
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX