Click or drag to resize

SegmentResultsAddEphemerisPoint Method

Adds the state to the EntireComputedEphemeris and EphemerisForOverallTrajectory and checks that all of the elements in the state are included in the Identifiers. This will add the state such that all of the states are in time ascending order.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddEphemerisPoint(
	ITimeBasedState state
)

Parameters

state
Type: AGI.Foundation.CoordinatesITimeBasedState
The ITimeBasedState to add to this set of results.
See Also