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