Delegate UFPs.LinkFPT
Assembly: NXOpen.UF.dll
Syntax
public delegate int LinkFPT(Tag ug_tag, int ps_tag);
Parameters
| Type |
Name |
Description |
| Tag |
ug_tag |
|
| System.Int32 |
ps_tag |
|
Returns
| Type |
Description |
| System.Int32 |
|
Constructors
LinkFPT(Object, IntPtr)
Declaration
public LinkFPT(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Tag, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Tag ug_tag, int ps_tag, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| Tag |
ug_tag |
|
| System.Int32 |
ps_tag |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Int32 |
|
Invoke(Tag, Int32)
Declaration
public virtual int Invoke(Tag ug_tag, int ps_tag)
Parameters
| Type |
Name |
Description |
| Tag |
ug_tag |
|
| System.Int32 |
ps_tag |
|
Returns
| Type |
Description |
| System.Int32 |
|