Click or drag to resize

ISgp4ElementsWithEphemerisTypeEphemerisType Property

Gets or sets the ephemeris type. Ephemeris Type 0 is the correct type for Sgp4Propagator. Ephemeris type 4 is not supported by Sgp4Propagator, and it will throw an exception.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
int EphemerisType { get; set; }

Property Value

Type: Int32
See Also