NonDirectedGraphTVertex, TEdge Constructor (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 NonDirectedGraph(
bool isCommandified
)
Public Sub New (
isCommandified As Boolean
)
Parameters
- 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