RecursiveValueResolver.ReadElementRecursive Method

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 Value ReadElementRecursive(
    Value current,
    string element
)

Parameters

current

Type: TcHmiSrv.Core.Value
The Value to read from.

element

Type: System.String
The name of the element to read.

Return Value

Type: Value
The value of the specified element.

Reference

RecursiveValueResolver Class

TcHmiSrv.Core.Tools.Resolving.Resolvers Namespace