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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
IFieldOfViewGraphicsServiceFieldOfViewGraphics
See Also