ModelGraphicsHeightReference Property  | 
 
            Gets or sets the height reference of the model.
            If not specified, the default is 
None.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<CesiumHeightReference> HeightReference { get; set; }Public Property HeightReference As CesiumProperty(Of CesiumHeightReference)
	Get
	Set
public:
property CesiumProperty<CesiumHeightReference>^ HeightReference {
	CesiumProperty<CesiumHeightReference>^ get ();
	void set (CesiumProperty<CesiumHeightReference>^ value);
}member HeightReference : CesiumProperty<CesiumHeightReference> with get, set
Property Value
Type: 
CesiumPropertyCesiumHeightReference
See Also