Search
FlowChart.SaveToXml Method
See Also
 



Saves the flowchart to the specified file as an XML document.

 Syntax

VB6  Copy Code

Public Sub SaveToXml( _
    ByVal FileName As String _
)

C++  Copy Code

public:
void SaveToXml (
    BSTR FileName
)

 Parameters

FileName
The full path and name of the disk file where the diagram should be saved.

 Remarks

Later, the file can be loaded using the LoadFromXml method.

 See Also