Sgp4ElementsRawEpoch Property |
Gets or sets the epoch at which these initial conditions are defined,
represented in the standard form: YYDDD.DDDD. Note: this will
be represented to as much precision as possible and will not reflect
the
RawEpoch taken from a
TwoLineElementSet format. To represent the correct
precision for a TLE, use the
TwoLineElementSet type instead.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual double RawEpoch { get; set; }
Public Overridable Property RawEpoch As Double
Get
Set
public:
virtual property double RawEpoch {
double get ();
void set (double value);
}
abstract RawEpoch : float with get, set
override RawEpoch : float with get, set
Property Value
Type:
DoubleSee Also