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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CesiumPropertyCesiumHeightReferenceSee Also