CesiumHeightReference Enumeration |
The height reference of an object, which indicates if the object's position is relative to terrain or not.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CesiumHeightReference
Public Enumeration CesiumHeightReference
public enum class CesiumHeightReference
type CesiumHeightReference
Members
| Member name | Description |
---|
| None |
The position is absolute.
|
| ClampToGround |
The position is clamped to the terrain.
|
| RelativeToGround |
The position height is the height above the terrain.
|
See Also