Click or drag to resize

ISgp4ElementsWithEphemerisType Interface

A set of orbital elements which have a defined ephemeris type.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public interface ISgp4ElementsWithEphemerisType

The ISgp4ElementsWithEphemerisType type exposes the following members.

Properties
  NameDescription
Public propertyEphemerisType
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.
Top
See Also