IForeObjectsGraph.SaveToFile

Syntax

SaveToFile(FileName: String);

Parameters

FileName. File path and name in TGF (trivial graph format) which is used to save the graph.

Description

The SaveToFile method saves graph to the file.

Example

The example of use is given in description of the IForeRuntime.ForeObjectsGraph property.

See also:

IForeObjectsGraph