Search Results for

    Show / Hide Table of Contents

    Delegate Selection.SelectionCallback

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

    Constructors

    SelectionCallback(object, nint)

    Declaration
    public SelectionCallback(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint 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
    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(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
    int
    In this article
    Back to top Generated by DocFX