Click or drag to resize
SubGraphView<TVertex, TEdge> Properties

The SubGraphView< TVertex, TEdge> generic type exposes the following members.

Properties
  NameDescription
Public propertyEdges
Gets the edges contained in this SubGraphView. All edges are part of this.MainGraph
Public propertyMainGraph
Gets the main graph this SubGraphView is a view on
Public propertyVertices
Gets the vertices contained in this SubGraphView. All vertices are part of this.MainGraph
Top
See Also