Search Results for

    Show / Hide Table of Contents

    Delegate Selection._FilterCallback

    Namespace: NXOpen
    Assembly: NXOpenUI.dll
    Syntax
    delegate int _FilterCallback(Tag entity, ref Selection.MaskTriple entityMask, IntPtr selectHandle);
    Parameters
    Type Name Description
    Tag entity
    Selection.MaskTriple entityMask
    System.IntPtr selectHandle
    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
    Type Name Description
    Selection.MaskTriple entityMask
    System.IAsyncResult result
    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
    Type Name Description
    Tag entity
    Selection.MaskTriple entityMask
    System.IntPtr selectHandle
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX