RecursiveValueResolver.WriteElementRecursive Method

Writes the specified value to the specified element of 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 WriteElementRecursive(
    Value current,
    string element,
    Value value
)

Parameters

current

Type: TcHmiSrv.Core.Value
The current Value to write to.

element

Type: System.String
The name of the element to write.
If this parameter is null, value should be written directly to current.

value

Type: TcHmiSrv.Core.Value
The Value to be written.

Return Value

Type: Value
The new value of the specified element.

Reference

RecursiveValueResolver Class

TcHmiSrv.Core.Tools.Resolving.Resolvers Namespace