TwoLineElementSetToTleStringLine0 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: 24.2.419.0 (24.2.419.0)
Syntax public string ToTleStringLine0()
Public Function ToTleStringLine0 As String
public:
String^ ToTleStringLine0()
member ToTleStringLine0 : unit -> string
Return Value
Type:
StringLine 0 of the TLE string.
Exceptions Exception | Condition |
---|
PropertyInvalidException |
The properties of this instance cannot be represented as a TLE string because the
Name property is longer than 24 characters.
|
See Also