Extending product function with VBA > The System Architect object model > Object model classes > Encyclopedia class > Encyclopedia class: Methods > GetXML
  
GetXML
Exports the encyclopedia’s XML string into a valid .xml file.
Syntax
Encyclopedia Object.GetXML strXML, bToFile
Parameters
Encyclopedia Object
Use: Required
Data type: Object
Any instantiated Encyclopedia class
StrXML
Use: Required
Data type: String
When bToFile is set to True, then this is a valid xml file name to which System Architect will export the encyclopedia’s xml. When bToFile is set to false, strXML acts as the xml string.
bToFile
Use: Required
Data type: Boolean
If True, the method creates the file named in the strXML parameter. If False, the method populates strXML with the encyclopedia xml string.
See also
Encyclopedia class: Methods