Click or drag to resize

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: 25.1.421.0 (25.1.421.0)
Syntax
public TwoLineElementSet(
	string tle
)

Parameters

tle
Type: System.String
The TLE represented in the standard format.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when tle is null.
ArgumentException Thrown when tle contains less than two lines, or when tle has an invalid format for line 1 or line 2.
See Also