Click or drag to resize

ScalarOccultation Properties

The ScalarOccultation type exposes the following members.

Properties
  NameDescription
Public propertyIlluminatingBody
Gets or sets the body to use for the illuminating body (commonly the sun).
Public propertyInertialFrame

Gets or sets an alternate inertial reference frame. This property is by default, and if it remains , then the InertialFrame of the IlluminatingBody will be used.

The inertial frame is used to correct the position vectors for light time delay and aberration if the appropriate RadiationVectorType is set.

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 propertyOccludingBodies
Gets a list of bodies which obscure the illuminating body.
Public propertyTargetPoint
Gets or sets the Point representing the location at which the occultation factor is being calculated.
Public propertyVectorType
Gets or sets whether or not to use true position to calculate the occultation, or apparent position adjusted for aberration. By default set to CorrectForLightTimeDelayAndAberration.
Top
See Also