Class Altitude

Altitude class

The altitude. Altitude is always given in meters. If the mode is “absolute”, then the value is interpreted as meters from mean sea level. If the mode is “relativeToGround” then the value is interpreted as meters above the actual ground elevation at that particular location.

public class Altitude : ColladaElement

Constructors

NameDescription
Altitude()Initializes a new instance of the Altitude class.

Properties

NameDescription
Mode { get; set; }Gets or sets the mode.
Value { get; set; }Gets or sets the value.

See Also