Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.CablewayDeviceIdentifierPlugin

    Namespace: NXOpen.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    public delegate string CustomManager.CablewayDeviceIdentifierPlugin(Component nxObject)
    Parameters
    Type Name Description
    Component nxObject
    Returns
    Type Description
    string

    Constructors

    CablewayDeviceIdentifierPlugin(object, nint)

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

    Methods

    BeginInvoke(Component, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Component nxObject, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Component nxObject
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Component)

    Declaration
    public virtual string Invoke(Component nxObject)
    Parameters
    Type Name Description
    Component nxObject
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX