Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager._ComponentNamePlugin

    Namespace: NXOpen.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    delegate void _ComponentNamePlugin(Tag componentNamePluginData);
    Parameters
    Type Name Description
    Tag componentNamePluginData

    Constructors

    _ComponentNamePlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(Tag, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag componentNamePluginData, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Tag componentNamePluginData
    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(Tag)

    Declaration
    public virtual void Invoke(Tag componentNamePluginData)
    Parameters
    Type Name Description
    Tag componentNamePluginData
    In This Article
    Back to top Generated by DocFX