Search Results for

    Show / Hide Table of Contents

    Delegate Selection.SelectionCallback

    Namespace: NXOpen
    Assembly: NXOpenUI.dll
    Syntax
    public delegate int SelectionCallback(NXObject[] selectedObjects, NXObject[] deselectedObjects, SelectionHandle selectHandle);
    Parameters
    Type Name Description
    NXObject[] selectedObjects
    NXObject[] deselectedObjects
    SelectionHandle selectHandle
    Returns
    Type Description
    System.Int32

    Constructors

    SelectionCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(NXObject[], NXObject[], SelectionHandle, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NXObject[] selectedObjects, NXObject[] deselectedObjects, SelectionHandle selectHandle, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    NXObject[] selectedObjects
    NXObject[] deselectedObjects
    SelectionHandle selectHandle
    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(NXObject[], NXObject[], SelectionHandle)

    Declaration
    public virtual int Invoke(NXObject[] selectedObjects, NXObject[] deselectedObjects, SelectionHandle selectHandle)
    Parameters
    Type Name Description
    NXObject[] selectedObjects
    NXObject[] deselectedObjects
    SelectionHandle selectHandle
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX