<apply>

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

<apply>

Previous pageReturn to chapter overviewNext page

The element defines Apply command that assigns new values to the entity attributes. The entity must be selected at first (using Select command).

 

Syntax:

<apply <!-- Assign new values to the entity attributes here --> />

 

 

Example:

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

  <!-- Select entity by handle -->

  <select Handle="$28"/>

  <!-- Assign new values to the entity attributes -->
  <apply TextValue="Big text" Height="9"/>

</cadsofttools>

Go to ABViewer