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: 26.1.424.0 (26.1.424.0)
Syntaxpublic 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:
JulianDate
See Also