Click or drag to resize

BasicStateGetValueT Method

Returns the requested value of the requested element.

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

Parameters

elementIdentification
Type: SystemString
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.

Implements

ITimeBasedStateGetValueT(String)
See Also