Search Results for

    Show / Hide Table of Contents

    Delegate UFUi.SelFilterFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate int SelFilterFnT(Tag _object, int[] type, IntPtr user_data, IntPtr select_);
    Parameters
    Type Name Description
    Tag _object
    System.Int32[] type
    System.IntPtr user_data
    System.IntPtr select_
    Returns
    Type Description
    System.Int32

    Constructors

    SelFilterFnT(Object, IntPtr)

    Declaration
    public SelFilterFnT(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Tag, Int32[], IntPtr, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag _object, int[] type, IntPtr user_data, IntPtr select_, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Tag _object
    System.Int32[] type
    System.IntPtr user_data
    System.IntPtr select_
    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[], IntPtr, IntPtr)

    Declaration
    public virtual int Invoke(Tag _object, int[] type, IntPtr user_data, IntPtr select_)
    Parameters
    Type Name Description
    Tag _object
    System.Int32[] type
    System.IntPtr user_data
    System.IntPtr select_
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX