DRAW  Examples

Used in:  REQUEST  
Servers:  Image   ArcMap  
Parent elements:  PROPERTIES  

<DRAW Attribute Description Table

     map ="true | false"
>

     No Child Elements
</DRAW >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


Attribute Descriptions for DRAW:

Attribute Usage Back to Top
map Turns map generation on or off.
 

Examples for DRAW:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_IMAGE>
      <PROPERTIES>
        <LEGEND title="Legend" font="Arial" autoextend="true" columns="2" width="170" height="300" backgroundcolor="255,255,255" />
        <DRAW map="false"/>
      </PROPERTIES>
    </GET_IMAGE>
  </REQUEST>
</ARCXML>