Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.NavigatorObjectSelectedPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate void NavigatorObjectSelectedPlugin(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, NXObject[] selectedObjects);
    Parameters
    Type Name Description
    CustomManager.NavigatorType navigatorType
    CustomManager.SelectionType selectionType
    NXObject[] selectedObjects

    Constructors

    NavigatorObjectSelectedPlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(CustomManager.NavigatorType, CustomManager.SelectionType, NXObject[], AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, NXObject[] selectedObjects, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    CustomManager.NavigatorType navigatorType
    CustomManager.SelectionType selectionType
    NXObject[] selectedObjects
    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(CustomManager.NavigatorType, CustomManager.SelectionType, NXObject[])

    Declaration
    public virtual void Invoke(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, NXObject[] selectedObjects)
    Parameters
    Type Name Description
    CustomManager.NavigatorType navigatorType
    CustomManager.SelectionType selectionType
    NXObject[] selectedObjects
    In This Article
    Back to top Generated by DocFX