Click or drag to resize

SensorFieldOfViewRadius Property

Note: This API is now obsolete.

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: 26.3.426.0 (26.3.426.0)
Syntax
[ObsoleteAttribute("Use MinimumRadius, MaximumRadius, or SetRadialLimits instead.")]
public double Radius { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the radius is less than or equal to zero.
See Also