Click or drag to resize

NonDirectedGraph<TVertex, TEdge> Constructor (NonDirectedGraph<TVertex, 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 NonDirectedGraph(
	NonDirectedGraph<TVertex, TEdge> graph,
	bool isCommandified
)

Parameters

graph
Type: SD.Tools.Algorithmia.Graphs.NonDirectedGraph<TVertex, TEdge>
The graph.
isCommandified
Type: System.Boolean
If set to true, the graph is a commandified graph, which means all actions taken on this graph which mutate graph state are undoable.
See Also