SCALE  Examples

Used in:  REQUEST  
Servers:  ArcMap  
Parent elements:  DATAFRAME  

<SCALE Attribute Description Table

     rf ="double"
     x ="double"
     y ="double"
>

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


Description:


Restrictions:


Notes:


Attribute Descriptions for SCALE:

Attribute Usage Back to Top
rf 1 Relative factor such as 1:24000. The value for rf in this case would be 24000.
x 2 X-coordinate representing the center of the map.
y 3 Y-coordinate representing the center of the map.
 

Examples for SCALE:

Example 1: Back to Top
<ARCXML version="1.1">
<REQUEST>
  <GET_LAYOUT>
    <PROPERTIES>
      <IMAGESIZE width="500" height="700"/>
        <OUTPUT type="jpg"/>
        <ENVELOPE minx="0" miny="0" maxx="11" maxy="8.5" />
      </PROPERTIES>
      <DATAFRAME id="Layers">
        <SCALE rf="77000" y="37.32" x="-121.91" />
      </DATAFRAME>
    </GET_LAYOUT>
  </REQUEST>
</ARCXML>