Click or drag to resize

SinglePointStoppablePropagatorResults Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SinglePointStoppablePropagatorResults(
	StoppingConditionEvent stoppingEvent,
	IList<StoppingConditionEvent> detectedEvents,
	DateMotionCollection<Cartesian> ephemeris,
	IList<ITimeBasedState> propagatedStates,
	bool aborted
)

Parameters

stoppingEvent
Type: AGI.Foundation.StoppingConditions.StoppingConditionEvent
The actual final event that stopped propagation.
detectedEvents
Type: System.Collections.Generic.IList<StoppingConditionEvent>
All of the events detected by the propagator.
ephemeris
Type: AGI.Foundation.DateMotionCollection<Cartesian>
The ephemeris as computed by the SinglePointStoppablePropagator.
propagatedStates
Type: System.Collections.Generic.IList<ITimeBasedState>
The states computed and saved from the propagation.
aborted
Type: System.Boolean
A boolean indicated if the function run was aborted.
See Also