StkAttitudeFileOptions.OverrideScenarioEpoch Property |
Gets or sets a value indicating whether the
ScenarioEpoch specified on this instance
overrides the one specified in the attitude file itself. If this property is
true,
ScenarioEpoch must be specified and the times of all attitude points will be relative to
that epoch. If this property is
false, the scenario epoch specified in the
attitude file itself is used, if available, and the value of the
ScenarioEpoch is used
only if the file does not specify an 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