Search Results for

    Show / Hide Table of Contents

    Delegate UFUi.SelFilterFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate int UFUi.SelFilterFnT(Tag _object, int[] type, nint user_data, nint select_)
    Parameters
    Type Name Description
    Tag _object
    int[] type
    nint user_data
    nint select_
    Returns
    Type Description
    int

    Constructors

    SelFilterFnT(object, nint)

    Declaration
    public SelFilterFnT(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(Tag, int[], nint, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag _object, int[] type, nint user_data, nint select_, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Tag _object
    int[] type
    nint user_data
    nint select_
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    int

    Invoke(Tag, int[], nint, nint)

    Declaration
    public virtual int Invoke(Tag _object, int[] type, nint user_data, nint select_)
    Parameters
    Type Name Description
    Tag _object
    int[] type
    nint user_data
    nint select_
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX