Click or drag to resize

TwoLineElementSetEphemerisType 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 argument exception if a TwoLineElementSet has ephemeris type 4.

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

Property Value

Type: Int32
See Also