SensorFieldOfViewGraphics.ShowEllipsoidSurfaces Property |
Gets or sets whether or not the sensor's ellipsoid surfaces are shown.
If not specified, the default is true.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<bool> ShowEllipsoidSurfaces { get; set; }
Public Property ShowEllipsoidSurfaces As CesiumProperty(Of Boolean)
Get
Set
public:
property CesiumProperty<bool>^ ShowEllipsoidSurfaces {
CesiumProperty<bool>^ get ();
void set (CesiumProperty<bool>^ value);
}
member ShowEllipsoidSurfaces : CesiumProperty<bool> with get, set
Property Value
Type:
CesiumProperty<Boolean>
See Also