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)
Syntaxint EphemerisType { get; set; }
Property EphemerisType As Integer
Get
Set
property int EphemerisType {
int get ();
void set (int value);
}
abstract EphemerisType : int with get, set
Property Value
Type:
Int32
See Also