Click or drag to resize

StkAttitudeFileOptions.ScenarioEpoch Property

Gets or sets the epoch relative to which all times in the attitude file are specified. This property is only used if OverrideScenarioEpoch is true or if the attitude file does not specify a scenario epoch.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public JulianDate? ScenarioEpoch { get; set; }

Property Value

Type: Nullable<JulianDate>
See Also