UsafGeneralPerturbationElementsRawEpoch Property  | 
 
            Gets or sets the epoch at which these initial conditions are defined,
            represented in the standard form: YYYYDDD.DDDD.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Double
See Also