Delegate UFNcgroup.CycleCbFT
Assembly: NXOpen.UF.dll
Syntax
public delegate bool CycleCbFT(Tag tag, IntPtr data);
Parameters
Type |
Name |
Description |
Tag |
tag |
|
System.IntPtr |
data |
|
Returns
Type |
Description |
System.Boolean |
|
Constructors
CycleCbFT(Object, IntPtr)
Declaration
public CycleCbFT(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Tag, IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Tag tag, IntPtr data, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
Tag |
tag |
|
System.IntPtr |
data |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Boolean |
|
Invoke(Tag, IntPtr)
Declaration
public virtual bool Invoke(Tag tag, IntPtr data)
Parameters
Type |
Name |
Description |
Tag |
tag |
|
System.IntPtr |
data |
|
Returns
Type |
Description |
System.Boolean |
|