Click or drag to resize

Sgp4PropagatorInitialConditions Property

Gets or sets the first set of elements in the ElementSets.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Sgp4Elements InitialConditions { get; set; }

Property Value

Type: Sgp4Elements
Exceptions
ExceptionCondition
ArgumentNullException Thrown when value is .
ArgumentException Thrown when value is a TwoLineElementSet with ephemeris type 4 that is not correctly propagated by Sgp4Propagator.
See Also