Click or drag to resize

Sgp4Propagator.InitialConditions 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: 25.1.421.0 (25.1.421.0)
Syntax
public Sgp4Elements InitialConditions { get; set; }

Property Value

Type: Sgp4Elements
Exceptions
ExceptionCondition
ArgumentNullException Thrown when value is null.
ArgumentException Thrown when value has a defined ephemeris type of 4 which cannot be propagated by Sgp4Propagator.
See Also