Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NTree Class / FindEdge Method


In This Topic
    FindEdge Method (NTree)
    In This Topic
    Returns the edge connecting the given child to its parent or null if the specified vertex is a root.
    Syntax
    'Declaration
     
    
    Public Overridable Function FindEdge( _
       ByVal child As NTreeVertex _
    ) As NTreeEdge
    'Usage
     
    
    Dim instance As NTree
    Dim child As NTreeVertex
    Dim value As NTreeEdge
     
    value = instance.FindEdge(child)
    public virtual NTreeEdge FindEdge( 
       NTreeVertex child
    )

    Parameters

    child
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also