SensorFieldOfViewRadius Property |
Gets or sets the radial limit of the volume. This is the maximum range at which the sensor
can detect a target.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic double Radius { get; set; }
Public Property Radius As Double
Get
Set
public:
property double Radius {
double get ();
void set (double value);
}
member Radius : float with get, set
Property Value
Type:
Double
Exceptions
See Also