SegmentResultsGetDateMotionCollectionT Method  | 
  
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static DateMotionCollection<T> GetDateMotionCollection<T>(
	string element,
	IList<ITimeBasedState> ephemeris
)
Public Shared Function GetDateMotionCollection(Of T) ( 
	element As String,
	ephemeris As IList(Of ITimeBasedState)
) As DateMotionCollection(Of T)
public:
generic<typename T>
static DateMotionCollection<T>^ GetDateMotionCollection(
	String^ element, 
	IList<ITimeBasedState^>^ ephemeris
)
static member GetDateMotionCollection : 
        element : string * 
        ephemeris : IList<ITimeBasedState> -> DateMotionCollection<'T> 
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: 
DateMotionCollectionTThe 
DateMotionCollectionT of the 
element.
See Also