SensorFieldOfViewGraphicsPortionToDisplay Property |
Gets or sets the portion of the sensor to display.
If not specified, the default is
Complete.
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<CesiumSensorVolumePortionToDisplay> PortionToDisplay { get; set; }
Public Property PortionToDisplay As CesiumProperty(Of CesiumSensorVolumePortionToDisplay)
Get
Set
public:
property CesiumProperty<CesiumSensorVolumePortionToDisplay>^ PortionToDisplay {
CesiumProperty<CesiumSensorVolumePortionToDisplay>^ get ();
void set (CesiumProperty<CesiumSensorVolumePortionToDisplay>^ value);
}
member PortionToDisplay : CesiumProperty<CesiumSensorVolumePortionToDisplay> with get, set
Property Value
Type:
CesiumPropertyCesiumSensorVolumePortionToDisplaySee Also