NumericalPropagationStateHistory.GetDateMotionCollection<T> Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.String
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:
DateMotionCollection<T>A
DateMotionCollection<T> of the requested type from the requested state element.
ExceptionsException | Condition |
---|
InvalidOperationException | Thrown if the type 'T' does not correspond to the
type returned by the requested state element. |
See Also