Click or drag to resize
InheritanceHierarchyView Properties

The InheritanceHierarchyView type exposes the following members.

Properties
  NameDescription
Public propertyEdges
Gets the edges contained in this SubGraphView. All edges are part of this.MainGraph. All vertices are part of this.MainGraph. Enumerating this property will enumerate the inner structures of the SubGraphView, no copy is made. This requires a lock on this.MainGraph.SyncRoot if this.MainGraph.IsSynchronized is set to true to make sure enumeration of this property is thread safe.
(Inherited from SubGraphViewTVertex, TEdge.)
Public propertyHierarchyRoot
Gets the hierarchy root.
Public propertyMainGraph
Gets the main graph this SubGraphView is a view on
(Inherited from SubGraphViewTVertex, TEdge.)
Public propertyVertices
Gets the vertices contained in this SubGraphView. All vertices are part of this.MainGraph. Enumerating this property will enumerate the inner structures of the SubGraphView, no copy is made. This requires a lock on this.MainGraph.SyncRoot if this.MainGraph.IsSynchronized is set to true to make sure enumeration of this property is thread safe.
(Inherited from SubGraphViewTVertex, TEdge.)
Top
See Also