Click or drag to resize

J2PropagatorInitialConditions Property

Gets or sets the orbital elements from which to propagate. Setting the initial conditions on this property will also update GravitationalParameter.

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

Property Value

Type: ModifiedKeplerianElements
Exceptions
ExceptionCondition
InvalidOperationException Thrown if the InitialConditions are set to an open orbit. (i.e. OrbitType is not Circular or Elliptical.)
See Also