Click or drag to resize

DotGraphCompileAndSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Compiles the and save.

Namespace:  imbSCI.Graph.DOT
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void CompileAndSave(
	string filename,
	bool minified = false
)
Request Example View Source

Parameters

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