Configuration Schema
RANGEFINDER Element
See Also  Send comments on this topic.
Configuration Schema : RANGEFINDER Element

Glossary Item Box

Description

Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.

Diagram

RANGEFINDER Element

Overview

RANGEFINDER
Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.
onclose optional
Specify the script to run when this event occurs
onexevent optional
Specify the script to run when this event occurs
onmeasurement optional
Specify the script to run when this event occurs
onopen optional
Specify the script to run when this event occurs

Attributes

NameTypeUseDefaultFixedDescription
onclose optional  Specify the script to run when this event occurs
onexevent optional  Specify the script to run when this event occurs
onmeasurement optional  Specify the script to run when this event occurs
onopen optional  Specify the script to run when this event occurs

Examples

ArcPadPrefs.apx

Source

<xs:element name="RANGEFINDER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="onclose">
      <xs:annotation>
        <xs:documentation>Specify the script to run when this event occurs</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="onexevent">
      <xs:annotation>
        <xs:documentation>Specify the script to run when this event occurs</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="onmeasurement">
      <xs:annotation>
        <xs:documentation>Specify the script to run when this event occurs</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="onopen">
      <xs:annotation>
        <xs:documentation>Specify the script to run when this event occurs</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.