Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NTree Class / GetVerticesAtLevel Method
level of the tree - the root is at level 0


In This Topic
    GetVerticesAtLevel Method
    In This Topic
    Obtains a list of the vertices at the specified level
    Syntax
    'Declaration
     
    
    Public Overridable Function GetVerticesAtLevel( _
       ByVal level As System.Integer _
    ) As NTreeVertexList
    'Usage
     
    
    Dim instance As NTree
    Dim level As System.Integer
    Dim value As NTreeVertexList
     
    value = instance.GetVerticesAtLevel(level)
    public virtual NTreeVertexList GetVerticesAtLevel( 
       System.int level
    )

    Parameters

    level
    level of the tree - the root is at level 0

    Return Value

    list of the vertices at the specified level
    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