Delegate Navigator.NodePropertyCompareCallback
Assembly: NXOpen.dll
Syntax
public delegate int NodePropertyCompareCallback(NavigatorNode firstNode, NavigatorNode secondNode, string strProperty);
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
Constructors
NodePropertyCompareCallback(Object, IntPtr)
Declaration
public NodePropertyCompareCallback(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(NavigatorNode, NavigatorNode, String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(NavigatorNode firstNode, NavigatorNode secondNode, string strProperty, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| NavigatorNode |
firstNode |
|
| NavigatorNode |
secondNode |
|
| System.String |
strProperty |
|
| 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(NavigatorNode, NavigatorNode, String)
Declaration
public virtual int Invoke(NavigatorNode firstNode, NavigatorNode secondNode, string strProperty)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|