Click or drag to resize

SensorProjectionOptions Properties

The SensorProjectionOptions type exposes the following members.

Properties
  NameDescription
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertySpaceProjectionDistance
Gets or sets the distance to which to project the portions of the sensor that do not intersect the ellipsoid. If SpaceProjectionType is ProjectToRadius, this is the radial limit of the sensor. If it is ProjectToPlane, it is the distance from the sensor origin to the closest point on the plane. The actual projection distance depends on the value of this property and the value of the sensor's Radius property. This property does NOT affect the portion of the sensor that intersects with the central body, even if its value is less than the distance to the central body. See the Remarks section for details.
Public propertySpaceProjectionType
Gets or sets the type of space projection to use. When a portion of a sensor does not intersect the ellipsoid, that portion can be projected either to a radial limit or into a plane.
Top
See Also