Search Results for

    Show / Hide Table of Contents

    Delegate Navigator.NodePropertyCompareCallback

    Namespace: NXOpen.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public delegate int Navigator.NodePropertyCompareCallback(NavigatorNode firstNode, NavigatorNode secondNode, string strProperty)
    Parameters
    Type Name Description
    NavigatorNode firstNode
    NavigatorNode secondNode
    string strProperty
    Returns
    Type Description
    int

    Constructors

    NodePropertyCompareCallback(object, nint)

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

    Methods

    BeginInvoke(NavigatorNode, NavigatorNode, string, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NavigatorNode firstNode, NavigatorNode secondNode, string strProperty, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    NavigatorNode firstNode
    NavigatorNode secondNode
    string strProperty
    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(NavigatorNode, NavigatorNode, string)

    Declaration
    public virtual int Invoke(NavigatorNode firstNode, NavigatorNode secondNode, string strProperty)
    Parameters
    Type Name Description
    NavigatorNode firstNode
    NavigatorNode secondNode
    string strProperty
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX