TwoLineElementSet Constructor (String) |
Initializes a new Two Line Element Set from a string representation of the TLE.
An invalid checksum value will be silently ignored.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TwoLineElementSet(
string tle
)
Public Sub New (
tle As String
)
public:
TwoLineElementSet(
String^ tle
)
new :
tle : string -> TwoLineElementSet
Parameters
- tle
- Type: SystemString
The TLE represented in the standard format.
Exceptions See Also