NumericalPropagatorStateGetMotionT Method |
Gets the
MotionT stored in this state specified by the
elementIdentification.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<T> GetMotion<T>(
string elementIdentification
)
Public Function GetMotion(Of T) (
elementIdentification As String
) As Motion(Of T)
public:
generic<typename T>
virtual Motion<T> GetMotion(
String^ elementIdentification
) sealed
abstract GetMotion :
elementIdentification : string -> Motion<'T>
override GetMotion :
elementIdentification : string -> Motion<'T>
Parameters
- elementIdentification
- Type: SystemString
The name of the MotionT in this state.
Type Parameters
- T
- The type of the stored MotionT (Cartesian, Double, etc...).
Return Value
Type:
MotionTThe
MotionT of the
elementIdentification in this state.
Implements
ITimeBasedStateGetMotionT(String)See Also