Instructions

  XML_API > CAD XML API Reference > XML Reference Extension >

Instructions

Previous pageReturn to chapter overviewNext page

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
function ProcessXML(const AInput: WideString): WideString

C#
public string ProcessXML(string AInput)

C++
BSTR ProcessXML(BSTR AInput) 

JScript
public function ProcessXML(AInput : String) : String

Parameters

AInput - the input XML API document.

Return value

XML document that contains some output data.

Go to ABViewer