StkEphemerisFileVersion Enumeration |
Indicates the possible versions of an STK ephemeris file.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum StkEphemerisFileVersion
Public Enumeration StkEphemerisFileVersion
public enum class StkEphemerisFileVersion
type StkEphemerisFileVersion
Members
| Member name | Description |
---|
| Unknown |
Version which corresponds to an unrecognized version stamp in an STK ephemeris file.
|
| V410 |
Version 4.1.0 format which corresponds to a stk.v.4.0 version stamp in an STK ephemeris file.
|
| V42 |
Version 4.2 format which corresponds to a stk.v.4.2 version stamp in an STK ephemeris file.
|
| V43 |
Version 4.3 format which corresponds to a stk.v.4.3 version stamp in an STK ephemeris file.
|
| V62 |
Version 6.2 format which corresponds to a stk.v.6.2 version stamp in an STK ephemeris file.
|
| V80 |
Version 8.0 format which corresponds to a stk.v.8.0 version stamp in an STK ephemeris file.
|
| V90 |
Version 9.0 format which corresponds to a stk.v.9.0 version stamp in an STK ephemeris file.
|
| V100 |
Version 10.0 format which corresponds to a stk.v.10.0 version stamp in an STK ephemeris file.
|
| V110 |
Version 11.0 format which corresponds to a stk.v.11.0 version stamp in an STK ephemeris file.
|
| V120 |
Version 12.0 format which corresponds to a stk.v.12.0 version stamp in an STK ephemeris file.
|
See Also