Click or drag to resize

SubGraphViewTVertex, TEdge Constructor (GraphBaseTVertex, TEdge, Boolean)

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public SubGraphView(
	GraphBase<TVertex, TEdge> mainGraph,
	bool isCommandified
)

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