Search Results for

    Show / Hide Table of Contents

    Delegate UFUi.SelCbFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [CallConvCdecl]
    public delegate int SelCbFnT(int num_selected, Tag[] selected_objects, int num_deselected, Tag[] deselected_objects, IntPtr user_data, IntPtr select_);
    Parameters
    Type Name Description
    System.Int32 num_selected
    Tag[] selected_objects
    System.Int32 num_deselected
    Tag[] deselected_objects
    System.IntPtr user_data
    System.IntPtr select_
    Returns
    Type Description
    System.Int32

    Constructors

    SelCbFnT(Object, IntPtr)

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

    Methods

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

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

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