Delegate CustomManager.Callback
Assembly: NXOpen.dll
Syntax
public delegate void Callback(NXObject[] nxObjects);
Parameters
Type |
Name |
Description |
NXObject[] |
nxObjects |
|
Constructors
Callback(Object, IntPtr)
Declaration
public Callback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(NXObject[], AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(NXObject[] nxObjects, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
NXObject[] |
nxObjects |
|
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(NXObject[])
Declaration
public virtual void Invoke(NXObject[] nxObjects)
Parameters
Type |
Name |
Description |
NXObject[] |
nxObjects |
|