Click or drag to resize

TwoLineElementSetToTleStringLine1 Method

Returns line 1 of the TLE represented in standard NORAD format, described by CelesTrak. Line 1 contains the classification, international designator, epoch, 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 ToTleStringLine1()

Return Value

Type: String
Line 1 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