Click or drag to resize

BallisticPropagatorFinalTime Property

Gets or sets the time at which the object arrives at its target position. Generally this property and InitialVelocity are calculated by calling the configuration method that corresponds to your desired constraint.

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

Property Value

Type: JulianDate
See Also