SubGraphViewTVertex, TEdge Constructor (GraphBaseTVertex, TEdge, Boolean) |
Namespace: SD.Tools.Algorithmia.GraphsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public 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