Click or drag to resize

SensorFieldOfView Properties

The SensorFieldOfView type exposes the following members.

Properties
  NameDescription
Public propertyIsConnected
Gets a value indicating whether the figure is connected.
(Inherited from Figure.)
Public propertyMaximumRadius
Gets the maximum radial limit. In conjunction with MinimumRadius, this restricts the volume to a spherical shell. By default, this property has the value PositiveInfinity.
Public propertyMinimumRadius
Gets the minimum radial limit. In conjunction with MaximumRadius, this restricts the volume to a spherical shell. By default, this property has the value 0.0.
Public propertyRadius Obsolete.
Gets or sets the radial limit of the volume. This is the maximum range at which the sensor can detect a target.
Top
See Also