NumericalPropagationStateHistoryGetDateMotionCollectionT Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<T> GetDateMotionCollection<T>(
string id
)
Public Function GetDateMotionCollection(Of T) (
id As String
) As DateMotionCollection(Of T)
public:
generic<typename T>
DateMotionCollection<T>^ GetDateMotionCollection(
String^ id
)
member GetDateMotionCollection :
id : string -> DateMotionCollection<'T>
Parameters
- id
- Type: SystemString
The string identifying the state element to use to convert the raw data.
Type Parameters
- T
- The type returned by the state element corresponding to the id.
Return Value
Type:
DateMotionCollectionTA
DateMotionCollectionT of the requested type from the requested state element.
Exceptions Exception | Condition |
---|
InvalidOperationException | Thrown if the type 'T' does not correspond to the
type returned by the requested state element. |
See Also