StkAttitudeFileOptionsOverrideScenarioEpoch 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
,
ScenarioEpoch must be specified and the times of all attitude points will be relative to
that epoch. If this property is
, 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.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also