Click or drag to resize

NumericalPropagatorState.GetMotion<T> Method

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Motion<T> GetMotion<T>(
	string elementIdentification
)

Parameters

elementIdentification
Type: System.String
The name of the Motion<T> in this state.

Type Parameters

T
The type of the stored Motion<T> (Cartesian, Double, etc...).

Return Value

Type: Motion<T>
The Motion<T> of the elementIdentification in this state.

Implements

ITimeBasedState.GetMotion<T>(String)
See Also