This section of the reference describes XML-based commands and contains the examples that will help you to edit drawings.
XML API includes the ProcessXML function for commands processing. To process the XML commands, call ProcessXML method and pass the XML document that contains the commands as a parameter.
Syntax
ParametersAInput The input XML document that contains commands. Return valueXML document that contains some output data.
|