BasicState.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)
Syntaxpublic T GetValue<T>(
string elementIdentification
)
Public Function GetValue(Of T) (
elementIdentification As String
) As T
public:
generic<typename T>
virtual T GetValue(
String^ elementIdentification
) sealed
abstract GetValue :
elementIdentification : string -> 'T
override GetValue :
elementIdentification : string -> 'T
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:
TThe value of the
elementIdentification.
Implements
ITimeBasedState.GetValue<T>(String)
See Also