Click or drag to resize

BasicState.GetMotion<T> Method

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.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 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