Click or drag to resize

DirectedGraphSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the specified path.

Namespace:  imbSCI.Graph.DGML
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Save(
	string path,
	getWritableFileMode mode = getWritableFileMode.overwrite
)
Request Example View Source

Parameters

path
Type: SystemString
The path.
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode
The mode.
See Also