SegmentResultsIndexOfStateWithDateFromEntireComputedEphemeris Method  | 
  
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<int> IndexOfStateWithDateFromEntireComputedEphemeris(
	JulianDate date
)
Public Function IndexOfStateWithDateFromEntireComputedEphemeris ( 
	date As JulianDate
) As IList(Of Integer)
public:
IList<int>^ IndexOfStateWithDateFromEntireComputedEphemeris(
	JulianDate date
)
member IndexOfStateWithDateFromEntireComputedEphemeris : 
        date : JulianDate -> IList<int> 
Parameters
- date
 - Type: AGI.Foundation.TimeJulianDate
The date of interest. 
Return Value
Type: 
IListInt32The indices of states with the specified date within 
EntireComputedEphemeris.
See Also