Click or drag to resize

DotGraph Constructor (String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the DotGraph class.

Namespace:  imbSCI.Graph.DOT
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public DotGraph(
	string name,
	bool directed = false
)
Request Example View Source

Parameters

name
Type: SystemString
The name.
directed (Optional)
Type: SystemBoolean
if set to true [directed].
See Also