NonDirectedGraphTVertex, TEdge Constructor (NonDirectedGraphTVertex, 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 NonDirectedGraph(
	NonDirectedGraph<TVertex, TEdge> graph,
	bool isCommandified
)
Public Sub New ( 
	graph As NonDirectedGraph(Of TVertex, TEdge),
	isCommandified As Boolean
)
Parameters
- graph
 - Type: SD.Tools.Algorithmia.GraphsNonDirectedGraphTVertex, TEdge
The graph. - isCommandified
 - Type: SystemBoolean
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