Click or drag to resize

Sgp4Propagator Constructor (Sgp4Elements)

Constructs a new instance of an Sgp4Propagator using the specified initial conditions.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Sgp4Propagator(
	Sgp4Elements initialConditions
)

Parameters

initialConditions
Type: AGI.Foundation.PropagatorsSgp4Elements
The initial conditions from which to propagate.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if initialConditions is .
ArgumentException Thrown when initialConditions is a TwoLineElementSet with ephemeris type 4 that is not correctly propagated by Sgp4Propagator.
See Also