Click or drag to resize

TwoLineElementSet.ToTleStringLine0 Method

Returns line 0 of the TLE represented in standard NORAD format, described by CelesTrak. Line 0 contains the Name padded to 24 characters. 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: 25.1.421.0 (25.1.421.0)
Syntax
public string ToTleStringLine0()

Return Value

Type: String
Line 0 of the TLE string.
Exceptions
ExceptionCondition
PropertyInvalidException The properties of this instance cannot be represented as a TLE string because the Name property is longer than 24 characters.
See Also