Delegate Selection._FilterCallback
Assembly: NXOpenUI.dll
Syntax
delegate int _FilterCallback(Tag entity, ref Selection.MaskTriple entityMask, IntPtr selectHandle);
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
Constructors
_FilterCallback(Object, IntPtr)
Declaration
public _FilterCallback(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Tag, ref Selection.MaskTriple, IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Tag entity, ref Selection.MaskTriple entityMask, IntPtr selectHandle, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| Tag |
entity |
|
| Selection.MaskTriple |
entityMask |
|
| System.IntPtr |
selectHandle |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(ref Selection.MaskTriple, IAsyncResult)
Declaration
public virtual int EndInvoke(ref Selection.MaskTriple entityMask, IAsyncResult result)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
Invoke(Tag, ref Selection.MaskTriple, IntPtr)
Declaration
public virtual int Invoke(Tag entity, ref Selection.MaskTriple entityMask, IntPtr selectHandle)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|