Click or drag to resize

StkEphemerisFile Properties

The StkEphemerisFile type exposes the following members.

Properties
  NameDescription
Public propertyCovarianceData
Gets or sets the covariance data.
Public propertyData
Gets or sets the ephemeris data.
Public propertyProperties
Gets a dictionary of key and value pairs in the STK ephemeris file. After an StkEphemerisFile is read, this dictionary contains all of the key and value pairs in the file. When writing an StkEphemerisFile, these properties are written back to the file, but only if another property does not offer an authoritative value. For example, if the CoordinateSystem property is set, any "CoordinateSystem" property in this collection will be overwritten.
Public propertyPropertiesWithUnsupportedValues
Gets a dictionary of property names and values for the properties with values specified in the file that are not supported by the StkEphemerisFile reader. Any information contained in these properties may not be captured by the reader.
Public propertySegmentBoundaryTimes
Gets or sets the list of segment boundary times in the STK ephemeris file. Segment boundary times are times that should not be interpolated over.
Public propertyUnsupportedProperties
Gets a dictionary of property names and values for the properties that are contained in the file but that are not supported by the StkEphemerisFile reader. Any information contained in these properties may not be captured by the reader.
Public propertyVersion
Gets or sets the ephemeris file version.
Top
See Also