Click or drag to resize

ITimeBasedStateGetMotionT Method

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
Motion<T> GetMotion<T>(
	string elementIdentification
)

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: MotionT
The MotionT of the elementIdentification.
See Also