Commands

  XML API Reference >

Commands

Previous pageReturn to chapter overviewNext page

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

 

Delphi

function ProcessXML(const AInput: WideString): WideString

 

Visual Basic

Function ProcessXML(AInput As StringAs String

 

C#

public string ProcessXML(string AInput)

 

C++

public BSTR ProcessXML(BSTR AInput)

 

JScript

public function ProcessXML(AInput : String) : String

Parameters

AInput

The input XML document that contains commands.

Return value

XML document that contains some output data.