Delegate CustomManager._NavigatorObjectSelectedPlugin
Assembly: NXOpen.dll
Syntax
delegate void _NavigatorObjectSelectedPlugin(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, int nSelectedObjects, IntPtr selectedObjects);
Parameters
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
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