| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum CesiumHeightReference
Public Enumeration CesiumHeightReference
public enum class CesiumHeightReference
type CesiumHeightReference
 Members
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
See Also