Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager._NavigatorObjectSelectedPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    delegate void _NavigatorObjectSelectedPlugin(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, int nSelectedObjects, IntPtr selectedObjects);
    Parameters
    Type Name Description
    CustomManager.NavigatorType navigatorType
    CustomManager.SelectionType selectionType
    System.Int32 nSelectedObjects
    System.IntPtr 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, Int32, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, int nSelectedObjects, IntPtr selectedObjects, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    CustomManager.NavigatorType navigatorType
    CustomManager.SelectionType selectionType
    System.Int32 nSelectedObjects
    System.IntPtr 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, Int32, IntPtr)

    Declaration
    public virtual void Invoke(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, int nSelectedObjects, IntPtr selectedObjects)
    Parameters
    Type Name Description
    CustomManager.NavigatorType navigatorType
    CustomManager.SelectionType selectionType
    System.Int32 nSelectedObjects
    System.IntPtr selectedObjects
    In This Article
    Back to top Generated by DocFX