Search
FlowChart.LoadFromXml Method
See Also
 



Loads a flowchart from the specified XML document.

 Syntax

VB6  Copy Code

Public Sub LoadFromXml( _
    ByVal FileName As String _
)

C++  Copy Code

public:
void LoadFromXml (
    BSTR FileName
)

 Parameters

FileName
The name of the XML file the data should be read from.

 Remarks

The method loads a flowchart previously saved via the SaveToXml method.

 See Also