AltitudeUnit

Gets and sets an enum defining the units used for altitude measurements. The following are possible values:

§   AU_UNDEFINED       = -1

§   AU_METER                 = 0

§   AU_FEET                      = 1

§   AU_CENTIMETER     = 2

§   AU_DECIMETER        = 3

§   AU_INCHE                  = 4

§   AU_YARD                    = 5

Note:    Changes are applied only following a call to Refresh().

 

JavaScript

 

AltitudeUnit

 

C#

 

AltitudeUnitCode AltitudeUnit { get; set; }

 

C++

 

HRESULT AltitudeUnit([out, retval] AltitudeUnitCode* pVal)

HRESULT AltitudeUnit([in] AltitudeUnitCode pVal)