ITimeBasedStateGetMotionT Method |
Returns the
MotionT of the requested
elementIdentification.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax Motion<T> GetMotion<T>(
string elementIdentification
)
Function GetMotion(Of T) (
elementIdentification As String
) As Motion(Of T)
generic<typename T>
Motion<T> GetMotion(
String^ elementIdentification
)
abstract GetMotion :
elementIdentification : string -> Motion<'T>
Parameters
- elementIdentification
- Type: SystemString
The name of the element.
Type Parameters
- T
- The type of the MotionT that the
elementIdentification is (Cartesian, Double, etc...).
Return Value
Type:
MotionTThe
MotionT of the
elementIdentification.
See Also