Symbol.Read Method

Reads the Value at the specified path from the current Symbol.

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

Syntax

C#

protected abstract Value Read(
    Queue<string> elements
)

Parameters

elements

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

Return Value

Type: Value
The Value that was read from Value at the specified path.

Reference

Symbol Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace