Delegate UFUi.MotionFnT
Assembly: NXOpen.UF.dll
Syntax
public delegate void MotionFnT(double[] screen_pos, ref UFUi.MotionCbData motion_cb_data, IntPtr data);
Parameters
Type |
Name |
Description |
System.Double[] |
screen_pos |
|
UFUi.MotionCbData |
motion_cb_data |
|
System.IntPtr |
data |
|
Constructors
MotionFnT(Object, IntPtr)
Declaration
public MotionFnT(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Double[], ref UFUi.MotionCbData, IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(double[] screen_pos, ref UFUi.MotionCbData motion_cb_data, IntPtr data, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Double[] |
screen_pos |
|
UFUi.MotionCbData |
motion_cb_data |
|
System.IntPtr |
data |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(ref UFUi.MotionCbData, IAsyncResult)
Declaration
public virtual void EndInvoke(ref UFUi.MotionCbData motion_cb_data, IAsyncResult result)
Parameters
Invoke(Double[], ref UFUi.MotionCbData, IntPtr)
Declaration
public virtual void Invoke(double[] screen_pos, ref UFUi.MotionCbData motion_cb_data, IntPtr data)
Parameters
Type |
Name |
Description |
System.Double[] |
screen_pos |
|
UFUi.MotionCbData |
motion_cb_data |
|
System.IntPtr |
data |
|