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.2.419.0 (24.2.419.0)
Syntax public string ToTleStringLine1()
Public Function ToTleStringLine1 As String
public:
String^ ToTleStringLine1()
member ToTleStringLine1 : unit -> string
Return Value
Type:
StringLine 1 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