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.2.419.0 (24.2.419.0)
Syntax public string ToTleStringLine2()
Public Function ToTleStringLine2 As String
public:
String^ ToTleStringLine2()
member ToTleStringLine2 : unit -> string
Return Value
Type:
StringLine 2 of the TLE string.
Exceptions Exception | Condition |
---|
PropertyInvalidException |
The properties of this instance cannot be represented as a TLE string because a value is outside the
allowed range.
|
See Also