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: 25.1.421.0 (25.1.421.0)
Syntax
public Sgp4Propagator(
	Sgp4Elements initialConditions
)

Parameters

initialConditions
Type: AGI.Foundation.Propagators.Sgp4Elements
The initial conditions from which to propagate.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when initialConditions is null.
ArgumentException Thrown when initialConditions has a defined ephemeris type of 4 which cannot be propagated by Sgp4Propagator.
See Also