<unselect>

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

<unselect>

Previous pageReturn to chapter overviewNext page

The element defines Unselect command that undoes selection of the entity by its handle.

 

Syntax:

<unselect Handle=""/>

 

 

Attributes of <unselect />

Attribute

Description

Handle

Specifies a handle of the entity to be unselected.

 

 

Example:

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

  <unselect Handle="$28"/>

</cadsofttools>

Go to ABViewer