FieldOfViewGraphicsExtensionFieldOfViewGraphics Property |
Gets or sets the graphical properties of the sensor.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SensorFieldOfViewGraphics FieldOfViewGraphics { get; set; }
Public Property FieldOfViewGraphics As SensorFieldOfViewGraphics
Get
Set
public:
virtual property SensorFieldOfViewGraphics^ FieldOfViewGraphics {
SensorFieldOfViewGraphics^ get () sealed;
void set (SensorFieldOfViewGraphics^ value) sealed;
}
abstract FieldOfViewGraphics : SensorFieldOfViewGraphics with get, set
override FieldOfViewGraphics : SensorFieldOfViewGraphics with get, set
Property Value
Type:
SensorFieldOfViewGraphicsImplements
IFieldOfViewGraphicsServiceFieldOfViewGraphicsSee Also