Click or drag to resize

StkAttitudeFileOptions Properties

The StkAttitudeFileOptions type exposes the following members.

Properties
  NameDescription
Public propertyIgnorePropertiesWithUnsupportedValues
Gets or sets a value indicating whether ReadFrom(TextReader, StkAttitudeFileOptions) will ignore a property in the attitude file if the property has a value that the reader does not understand. If this property is , the reader will throw an InvalidDataException when it encounters such a property. If this property is , the reader will note the property with the unsupported value in the PropertiesWithUnsupportedValues collection but will otherwise ignore it, which can result in incorrect interpretation of the data in the attitude file.
Public propertyIgnoreUnsupportedProperties
Gets or sets a value indicating whether ReadFrom(TextReader, StkAttitudeFileOptions) will ignore a property in the attitude file that it does not understand. If this property is , the reader will throw an InvalidDataException when it encounters such a property. If this property is , the reader will note the unsupported property in the UnsupportedProperties collection but will otherwise ignore it, which can result in incorrect interpretation of the data in the attitude file. Setting this property to will also cause the reader to ignore attitude blocks in an unsupported format.
Public propertyOverrideScenarioEpoch
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.
Public propertyScenarioEpoch
Gets or sets the epoch relative to which all times in the attitude file are specified. This property is only used if OverrideScenarioEpoch is or if the attitude file does not specify a scenario epoch.
Top
See Also