Click or drag to resize

SegmentResults.IndexOfStateWithDateFromEntireComputedEphemeris 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: 25.1.421.0 (25.1.421.0)
Syntax
public IList<int> IndexOfStateWithDateFromEntireComputedEphemeris(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date of interest.

Return Value

Type: IList<Int32>
The indices of states with the specified date within EntireComputedEphemeris.
See Also