Click or drag to resize

FieldOfViewCentralBodyProjectionGraphicsExtension Properties

The FieldOfViewCentralBodyProjectionGraphicsExtension type exposes the following members.

Properties
  NameDescription
Public propertyApproximateSamplesPerBoundary
Gets or sets a parameter defining the approximate number of samples to use in the triangulation of each SensorProjectionBoundary. A higher number yields a more accurate projection, which affects the accuracy of the Volume, FootprintOutline, and FootprintInterior. If this parameter is , approximately 200 samples are used per boundary.
Public propertyCentralBody
Gets or sets the CentralBody on which the field of view will be projected.
Public propertyDisplayEndCap
Gets or sets a parameter defining if a projection end cap is displayed. The position of the end cap is determined by the values set in the SensorProjectionOptions.
Public propertyFootprintInterior
Gets or sets the graphics describing the interior of the projection footprint on the CentralBody.
Public propertyFootprintOutline
Gets or sets the graphics describing the outline of the projection footprint on the CentralBody.
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 propertyOwner
Gets the owner of this extension.
(Inherited from ObjectExtension.)
Public propertyProjectionOptions
Gets or sets additional options for computing the projection, including the distance to which to project the portion of a sensor that does not intersect the CentralBody.
Public propertyVolume
Gets or sets the graphics describing the volume of the projection.
Top
See Also