Click or drag to resize

NumericalPropagationStateHistory.GetDateMotionCollection<T> Method

Gets a DateMotionCollection<T> 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: 25.1.421.0 (25.1.421.0)
Syntax
public DateMotionCollection<T> GetDateMotionCollection<T>(
	string id
)

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