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