TwoLineElementSetRawEpoch 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 only the precision of the
TwoLineElementSet format.
For greater precision, use
Sgp4Elements directly.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override double RawEpoch { get; set; }
Public Overrides Property RawEpoch As Double
Get
Set
public:
virtual property double RawEpoch {
double get () override;
void set (double value) override;
}
abstract RawEpoch : float with get, set
override RawEpoch : float with get, set
Property Value
Type:
DoubleSee Also