Saves the binary contents of a diagram to a disk file.
SyntaxVB6
Copy Code
|
|---|
Public Sub SaveToFile( _ |
C++
Copy Code
|
|---|
public: |
RemarksSaves a FlowChartX document in a file. The file can be later loaded using the LoadFromFile method.
See Also