Click or drag to resize

NumericalPropagationStateHistoryGetDateMotionCollectionT Method

Gets a DateMotionCollectionT of the given type based on a string identification corresponding to either a PropagationStateElement or AuxiliaryStateElement. The type must correspond to the type of the state element or it will throw an exception.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DateMotionCollection<T> GetDateMotionCollection<T>(
	string id
)

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: DateMotionCollectionT
A DateMotionCollectionT of the requested type from the requested state element.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the type 'T' does not correspond to the type returned by the requested state element.
See Also