Map Schema
PROPERTIES Element
See Also  Send comments on this topic.
Map Schema : PROPERTIES Element

Glossary Item Box

Description

Defines properties for the map in an ArcPad map file (*.apm).

Diagram

PROPERTY Element SNAPPING Element ENVELOPE Element COORDSYS Element Sequence PROPERTIES Element

Overview

PROPERTIES
Defines properties for the map in an ArcPad map file (*.apm).
Sequence
COORDSYS
Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).
ENVELOPE
Defines an extent rectangle.
SNAPPING
Used to specify the snapping settings for a layer in layer definitions and map files (*.apm).
PROPERTY 1..∞
The Properties element allows you to store a value in the map document that can be referenced via script whist the document is open in ArcPad.

Examples

Source

<xs:element name="PROPERTIES" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Defines properties for the map in an ArcPad map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apm:COORDSYS">
        <xs:annotation>
          <xs:documentation>Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="apm:ENVELOPE">
        <xs:annotation>
          <xs:documentation>Defines an extent rectangle.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="apm:SNAPPING">
        <xs:annotation>
          <xs:documentation>Used to specify the snapping settings for a layer in layer definitions and map files (*.apm).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="unbounded" ref="apm:PROPERTY" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.