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