Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NTreeVertex Class
Fields Properties Methods


In This Topic
    NTreeVertex Class Members
    In This Topic

    The following tables list the members exposed by NTreeVertex.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new tree vertex  
    Top
    Public Fields
    Public Properties
     NameDescription
    Public PropertyGets a list of the children vertices  
    Public PropertyGets the number of child vertices  
    Public PropertyGets the graph part container to which the part belongs (Inherited from Nevron.Diagram.DataStructures.NGraphPart)
    Public PropertyGets the list of edges, which connect this vertex with its children  
    Public PropertyGets the height of this tree vertex sub tree. If the vertex is a leaf (has no children) then its height is 0.  
    Public PropertyGets the part id (automatically assigned when the part is added to a container) (Inherited from Nevron.Diagram.DataStructures.NGraphPart)
    Public PropertyGets the level of this tree vertex from the root. The root vertex is with level 0  
    Public PropertyObtains the next sibling of this vertex. Returns null if such does not exist  
    Public PropertyGets/sets the parent vertex  
    Public PropertyObtains the previous sibling of this vertex. Returns null if such does not exist  
    Public PropertyGets the root vertex  
    Public PropertyObtains the children of this vertex parent. Returns null if the vertex does not have a parent  
    Public PropertyGets/sets custom data associated with the graph part (Inherited from Nevron.Diagram.DataStructures.NGraphPart)
    Public PropertyObtains a reference to the tree in which the vertex resides  
    Top
    Public Methods
     NameDescription
    Public MethodFinds the edge, which connects this vertex with the specified child  
    Public MethodOverridden. Overriden to return GraphPartType.Vertex  
    Public Method  
    Top
    See Also