Click or drag to resize

freeGraphReportSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the report to the folder using specified filename or default: "analysis_[name].xml"

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Save(
	folderNode folder,
	string filename = ""
)
Request Example View Source

Parameters

folder
Type: imbSCI.Core.files.foldersfolderNode
The folder.
filename (Optional)
Type: SystemString
The filename.
See Also