Delegate CustomManager._ValidateFormboardPlugin
Assembly: NXOpen.dll
delegate byte _ValidateFormboardPlugin(int nHarnesses, IntPtr harnesses);
Parameters
| Type |
Name |
Description |
| System.Int32 |
nHarnesses |
|
| System.IntPtr |
harnesses |
|
Returns
| Type |
Description |
| System.Byte |
|
Constructors
Declaration
public _ValidateFormboardPlugin(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(int nHarnesses, IntPtr harnesses, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Int32 |
nHarnesses |
|
| System.IntPtr |
harnesses |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
Declaration
public virtual byte EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Byte |
|
Declaration
public virtual byte Invoke(int nHarnesses, IntPtr harnesses)
Parameters
| Type |
Name |
Description |
| System.Int32 |
nHarnesses |
|
| System.IntPtr |
harnesses |
|
Returns
| Type |
Description |
| System.Byte |
|