Search Results for

    Show / Hide Table of Contents

    Delegate Navigator._NodesContextMenuItemActionCallback

    Namespace: NXOpen.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    delegate int _NodesContextMenuItemActionCallback(int count, IntPtr nodeObjects);
    Parameters
    Type Name Description
    System.Int32 count
    System.IntPtr nodeObjects
    Returns
    Type Description
    System.Int32

    Constructors

    _NodesContextMenuItemActionCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(Int32, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int count, IntPtr nodeObjects, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 count
    System.IntPtr nodeObjects
    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, IntPtr)

    Declaration
    public virtual int Invoke(int count, IntPtr nodeObjects)
    Parameters
    Type Name Description
    System.Int32 count
    System.IntPtr nodeObjects
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX