BasicState.GetMotion<T> Method |
Returns the
Motion<T> of the requested
elementIdentification.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.String
The name of the element.
Type Parameters
- T
- The type of the Motion<T> that the
elementIdentification is (Cartesian, Double, etc...).
Return Value
Type:
Motion<T>The
Motion<T> of the
elementIdentification.
Implements
ITimeBasedState.GetMotion<T>(String)
See Also