Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.ComponentNamePlugin

    Namespace: NXOpen.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    public delegate void ComponentNamePlugin(ComponentNamePluginData componentNamePluginData);
    Parameters
    Type Name Description
    ComponentNamePluginData componentNamePluginData

    Constructors

    ComponentNamePlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(ComponentNamePluginData, AsyncCallback, Object)

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

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