<command>

  CAD XML API Reference > XML Reference Extension > Instructions >

<command>

Previous pageReturn to chapter overviewNext page

The element defines XML command that executes commands from the Command Line.

 

Syntax:

<command text=""/>

 

 

Attributes of <command />

Attribute

Description

text

Specifies a name of the command.

 

 

Example:

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2.0">
  <command text="line"/>
</cadsofttools>