StkEphemerisFileOptions.OverrideScenarioEpoch 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
true,
ScenarioEpoch must be specified and the times of all ephemeris points will be relative to
that epoch. If this property is
false, 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.3.420.0 (24.3.420.0)
Syntaxpublic bool OverrideScenarioEpoch { get; set; }
Public Property OverrideScenarioEpoch As Boolean
Get
Set
public:
property bool OverrideScenarioEpoch {
bool get ();
void set (bool value);
}
member OverrideScenarioEpoch : bool with get, set
Property Value
Type:
Boolean
See Also