Delegate PostScenarioDescriptorBuilder._TransformationCallback
Assembly: NXOpen.dll
Syntax
delegate void _TransformationCallback(Tag postScenarioManager, IntPtr input, IntPtr context, IntPtr output);
Parameters
| Type |
Name |
Description |
| Tag |
postScenarioManager |
|
| System.IntPtr |
input |
|
| System.IntPtr |
context |
|
| System.IntPtr |
output |
|
Constructors
_TransformationCallback(Object, IntPtr)
Declaration
public _TransformationCallback(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Tag, IntPtr, IntPtr, IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Tag postScenarioManager, IntPtr input, IntPtr context, IntPtr output, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| Tag |
postScenarioManager |
|
| System.IntPtr |
input |
|
| System.IntPtr |
context |
|
| System.IntPtr |
output |
|
| 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(Tag, IntPtr, IntPtr, IntPtr)
Declaration
public virtual void Invoke(Tag postScenarioManager, IntPtr input, IntPtr context, IntPtr output)
Parameters
| Type |
Name |
Description |
| Tag |
postScenarioManager |
|
| System.IntPtr |
input |
|
| System.IntPtr |
context |
|
| System.IntPtr |
output |
|