Delegate CustomManager._AutoroutePlugin
Assembly: NXOpen.dll
Syntax
delegate int _AutoroutePlugin(int nConnections, IntPtr connections);
Parameters
| Type |
Name |
Description |
| System.Int32 |
nConnections |
|
| System.IntPtr |
connections |
|
Returns
| Type |
Description |
| System.Int32 |
|
Constructors
_AutoroutePlugin(Object, IntPtr)
Declaration
public _AutoroutePlugin(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 nConnections, IntPtr connections, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Int32 |
nConnections |
|
| System.IntPtr |
connections |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Int32 |
|
Invoke(Int32, IntPtr)
Declaration
public virtual int Invoke(int nConnections, IntPtr connections)
Parameters
| Type |
Name |
Description |
| System.Int32 |
nConnections |
|
| System.IntPtr |
connections |
|
Returns
| Type |
Description |
| System.Int32 |
|