ScalarOccultationInertialFrame Property |
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.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReferenceFrame InertialFrame { get; set; }
Public Property InertialFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ InertialFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member InertialFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrameSee Also