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.2.419.0 (24.2.419.0)
Syntax public JulianDate FinalTime { get; set; }
Public Property FinalTime As JulianDate
Get
Set
public:
property JulianDate FinalTime {
JulianDate get ();
void set (JulianDate value);
}
member FinalTime : JulianDate with get, set
Property Value
Type:
JulianDateSee Also