Delegate CustomManager.ValidateFormboardPlugin
Assembly: NXOpen.dll
public delegate bool ValidateFormboardPlugin(HarnessDevice[] harnesses);
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Constructors
Declaration
public ValidateFormboardPlugin(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(HarnessDevice[] harnesses, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| HarnessDevice[] |
harnesses |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public virtual bool Invoke(HarnessDevice[] harnesses)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|