Click or drag to resize

StkEphemerisFileOptionsOverrideScenarioEpoch Property

Gets or sets a value indicating whether the ScenarioEpoch specified on this instance overrides the one specified in the ephemeris file itself. If this property is , ScenarioEpoch must be specified and the times of all ephemeris points will be relative to that epoch. If this property is , the scenario epoch specified in the ephemeris file itself is used, if available, and the value of the ScenarioEpoch is used only if the 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: 24.1.418.0 (24.1.418.0)
Syntax
public bool OverrideScenarioEpoch { get; set; }

Property Value

Type: Boolean
See Also