An enum determining how the waypoint heights are interpreted. The following are the possible AltitudeTypeCode values:
§ ATC_TERRAIN_RELATIVE
= 0
Places the object’s pivot point at a specified altitude above the ground.
§ ATC_TERRAIN_ABSOLUTE
= 3
Places the object’s pivot point at a specified altitude above the terrain
database vertical datum base ellipsoid.
Note: For objects whose MotionStyle property is set to MOTION_GROUND_VEHICLE the AltitudeTypeCode property is always set to ATC_TERRAIN_RELATIVE.
JavaScript |
|
|
|
|
|
C# |
|
|
|
|
|
C++ |
|
|
|
|
|