Click or drag to resize

SegmentResultsIndexOfStateWithDateFromEntireComputedEphemeris Method

Gets the indexes of states within EntireComputedEphemeris at the specified date.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<int> IndexOfStateWithDateFromEntireComputedEphemeris(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date of interest.

Return Value

Type: IListInt32
The indices of states with the specified date within EntireComputedEphemeris.
See Also