ITimeBasedStateGetValueT Method |
Returns the requested value of the requested element.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax T GetValue<T>(
string elementIdentification
)
Function GetValue(Of T) (
elementIdentification As String
) As T
generic<typename T>
T GetValue(
String^ elementIdentification
)
abstract GetValue :
elementIdentification : string -> 'T
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:
TThe value of the
elementIdentification.
See Also