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)
Syntaxpublic string ToTleStringLine0()
Public Function ToTleStringLine0 As String
public:
String^ ToTleStringLine0()
member ToTleStringLine0 : unit -> string
Return Value
Type:
StringLine 0 of the TLE string.
ExceptionsException | 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