Click or drag to resize

ITimeBasedState.GetValue<T> Method

Returns the requested value of the requested element.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
T GetValue<T>(
	string elementIdentification
)

Parameters

elementIdentification
Type: System.String
The name of the element.

Type Parameters

T
The type of the motion that the elementIdentification is (Cartesian, Double, etc...).

Return Value

Type: T
The value of the elementIdentification.
See Also