TwoBodyPropagatorOrbitEpoch Property |
Gets or sets the Julian date at which the
InitialConditions of
the orbit are defined.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public JulianDate OrbitEpoch { get; set; }
Public Property OrbitEpoch As JulianDate
Get
Set
public:
property JulianDate OrbitEpoch {
JulianDate get ();
void set (JulianDate value);
}
member OrbitEpoch : JulianDate with get, set
Property Value
Type:
JulianDateSee Also