Preferences Schema
GREEKING Element
See Also  Send comments on this topic.
Preferences Schema : GREEKING Element

Glossary Item Box

Description

Used to specify the greeking thresholds for features in ArcPadPrefs.apx.

Diagram

POLYLINE Element POLYGON Element POINT Element MULTIPOINT Element Sequence GREEKING Element

Overview

GREEKING
Used to specify the greeking thresholds for features in ArcPadPrefs.apx.
Sequence
MULTIPOINT
Specifies the multipoint greeking thresholds.
POINT
Specifies the point greeking thresholds.
POLYGON
Specifies the polygon greeking thresholds.
POLYLINE
Specifies the polyline greeking thresholds.

Examples

Source

<xs:element name="GREEKING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the greeking thresholds for features in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="pre:MULTIPOINT" />
      <xs:element ref="pre:POINT" />
      <xs:element ref="pre:POLYGON" />
      <xs:element ref="pre:POLYLINE" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.