Search
DiagramDocument.LoadFromXml Method
See Also
 





Loads the document from an XML document or file.

 Overload List

Name Description

DiagramDocument.LoadFromXml (String)

Loads the document from the specified XML file.

DiagramDocument.LoadFromXml (String, Boolean)

Loads the document from the specified XML file.

DiagramDocument.LoadFromXml (XmlDocument)

Loads the document from the specified XmlDocument object.

DiagramDocument.LoadFromXml (XmlDocument, Boolean)

Loads the document from the specified XmlDocument object.

 See Also