SymbolWithValue.Write Method

Writes the specified Value at the specified path to Value.

Namespace:  TcHmiSrv.Core.Tools.DynamicSymbols
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

protected override Value Write(
    Queue<string> elements,
    Value value
)

Parameters

elements

Type: System.Collections.Generic.Queue.String.
A Queue.T. containing the elements that specify the path of Value to write to.

value

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

Return Value

Type: Value
The Value that was written to Value at the specified path.

Reference

SymbolWithValue Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace