Delegate CustomManager.NavigatorObjectSelectedPlugin
Assembly: NXOpen.dll
Syntax
public delegate void NavigatorObjectSelectedPlugin(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, NXObject[] 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, NXObject[], AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, NXObject[] 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, NXObject[])
Declaration
public virtual void Invoke(CustomManager.NavigatorType navigatorType, CustomManager.SelectionType selectionType, NXObject[] selectedObjects)
Parameters