Click or drag to resize

SensorFieldOfViewGraphics.ShowViewshed Property

Gets or sets whether or not the viewshed of the sensor will be drawn. If not specified, the default is false.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public CesiumProperty<bool> ShowViewshed { get; set; }

Property Value

Type: CesiumProperty<Boolean>
See Also