ValueResolver.ReadElement Method (Value, String)
Reads the specified element from the current Value.
Namespace: TcHmiSrv.Core.Tools.Resolving.Resolvers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public override Object ReadElement(
Value current,
string element
)
Parameters
current |
Type: TcHmiSrv.Core.Value |
element |
Type: System.String |
Return Value
Type: Object
The value of the specified element.