Search Results for

    Show / Hide Table of Contents

    Delegate Navigator.ViewContextMenuItemVisibilityCallback

    Namespace: NXOpen.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public delegate bool Navigator.ViewContextMenuItemVisibilityCallback(NavigatorView view)
    Parameters
    Type Name Description
    NavigatorView view
    Returns
    Type Description
    bool

    Constructors

    ViewContextMenuItemVisibilityCallback(object, nint)

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

    Methods

    BeginInvoke(NavigatorView, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NavigatorView view, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    NavigatorView view
    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(NavigatorView)

    Declaration
    public virtual bool Invoke(NavigatorView view)
    Parameters
    Type Name Description
    NavigatorView view
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX