Click or drag to resize

SegmentResultsGetDateMotionCollectionT Method

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static DateMotionCollection<T> GetDateMotionCollection<T>(
	string element,
	IList<ITimeBasedState> ephemeris
)

Parameters

element
Type: SystemString
The element whose data you want.
ephemeris
Type: System.Collections.GenericIListITimeBasedState
The list of states to extract the ephemeris of element from.

Type Parameters

T
The type (Double, Cartesian...) that the element is.

Return Value

Type: DateMotionCollectionT
The DateMotionCollectionT of the element.
See Also