This section of the reference describes XML-based instructions and contains the examples that will help you to edit drawings.
XML API includes the ProcessXML function for instructions processing. To process the XML instructions, call ProcessXML method and pass the XML document that contains the XML data as a parameter.
Syntax
Delphi C# C++ JScript |
Parameters
AInput - the input XML API document.
Return value
XML document that contains some output data.
Go to ABViewer