Search Results for

    Show / Hide Table of Contents

    Delegate SelectionSubscriber._OnSelectionChangeCallback

    Namespace: NXOpen
    Assembly: NXOpenUI.dll
    Syntax
    delegate void _OnSelectionChangeCallback(bool clearAll, int deselectedCount, IntPtr deselectedObjects, int selectedCount, IntPtr selectedObjects);
    Parameters
    Type Name Description
    System.Boolean clearAll
    System.Int32 deselectedCount
    System.IntPtr deselectedObjects
    System.Int32 selectedCount
    System.IntPtr selectedObjects

    Constructors

    _OnSelectionChangeCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(Boolean, Int32, IntPtr, Int32, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(bool clearAll, int deselectedCount, IntPtr deselectedObjects, int selectedCount, IntPtr selectedObjects, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Boolean clearAll
    System.Int32 deselectedCount
    System.IntPtr deselectedObjects
    System.Int32 selectedCount
    System.IntPtr selectedObjects
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Boolean, Int32, IntPtr, Int32, IntPtr)

    Declaration
    public virtual void Invoke(bool clearAll, int deselectedCount, IntPtr deselectedObjects, int selectedCount, IntPtr selectedObjects)
    Parameters
    Type Name Description
    System.Boolean clearAll
    System.Int32 deselectedCount
    System.IntPtr deselectedObjects
    System.Int32 selectedCount
    System.IntPtr selectedObjects
    In This Article
    Back to top Generated by DocFX