StkEphemerisFileOptionsScenarioEpoch Property  | 
 
            Gets or sets the epoch relative to which all times in the ephemeris file are specified.  This property
            is only used if 
OverrideScenarioEpoch is 
 or if the ephemeris file
            uses the 
 epoch second time format and does not specify a scenario epoch.  
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JulianDate? ScenarioEpoch { get; set; }Public Property ScenarioEpoch As JulianDate?
	Get
	Set
public:
property Nullable<JulianDate> ScenarioEpoch {
	Nullable<JulianDate> get ();
	void set (Nullable<JulianDate> value);
}member ScenarioEpoch : Nullable<JulianDate> with get, set
Property Value
Type: 
NullableJulianDate
See Also