Search Results for

    Show / Hide Table of Contents

    Delegate Navigator.NodesContextMenuItemVisibilityCallback

    Namespace: NXOpen.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public delegate bool Navigator.NodesContextMenuItemVisibilityCallback(NavigatorNode[] nodeObjects)
    Parameters
    Type Name Description
    NavigatorNode[] nodeObjects
    Returns
    Type Description
    bool

    Constructors

    NodesContextMenuItemVisibilityCallback(object, nint)

    Declaration
    public NodesContextMenuItemVisibilityCallback(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(NavigatorNode[], AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NavigatorNode[] nodeObjects, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    NavigatorNode[] nodeObjects
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    bool

    Invoke(NavigatorNode[])

    Declaration
    public virtual bool Invoke(NavigatorNode[] nodeObjects)
    Parameters
    Type Name Description
    NavigatorNode[] nodeObjects
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX