Click or drag to resize

TwoLineElementSetToTleStringLine2 Method

Returns line 2 of the TLE represented in standard NORAD format, described by CelesTrak. Line 2 contains the inclination, right ascension of the ascending node, eccentricity, etc. The returned line does not contain any new line or line break characters.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public string ToTleStringLine2()

Return Value

Type: String
Line 2 of the TLE string.
Exceptions
ExceptionCondition
PropertyInvalidException The properties of this instance cannot be represented as a TLE string because a value is outside the allowed range.
See Also