SubGraphViewTVertex, TEdge Constructor (GraphBaseTVertex, TEdge, Boolean) | 
  
    Namespace: 
   SD.Tools.Algorithmia.Graphs
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.5.0 (1.3.18.1017)
Syntaxpublic SubGraphView(
	GraphBase<TVertex, TEdge> mainGraph,
	bool isCommandified
)
Public Sub New ( 
	mainGraph As GraphBase(Of TVertex, TEdge),
	isCommandified As Boolean
)
Parameters
- mainGraph
 - Type: SD.Tools.Algorithmia.GraphsGraphBaseTVertex, TEdge
The main graph this SubGraphView is a view on. - isCommandified
 - Type: SystemBoolean
If set to true, the SubGraphView is a commandified SubGraphView, which means all actions taken on this SubGraphView 
            which mutate its state are undoable. 
See Also