<get>

  XML_API > CAD XML API Reference > XML Reference Extension > Instructions >

<get>

Previous pageReturn to chapter overviewNext page

The element defines Get command that returns properties of the entity specified by handle or structure of the current drawing in XML format (if no handle was specified).

 

Syntax:

<get/>

 

 

Attributes of <get />

Attribute

Description

Handle

Specifies a handle of the entity whose properties need to be returned.

 

 

Examples:

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2.0">
  <!-- Get properties of the entity by its handle -->
  <get Handle="$2B"/>
</cadsofttools>

 

 

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2.0">

  <!-- Get a structure of the current drawing -->
  <get/>
</cadsofttools>

 

 

 

Go to ABViewer