DynamicSymbolsProvider.GetSchema Method (Queue.String.)

Gets the schema of the Symbol at the specified path.

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

Syntax

C#

public Value GetSchema(
    Queue<string> elements
)

Parameters

elements

Type: System.Collections.Generic.Queue.String.
A Queue.T. containing the elements that specify the path of the schema to get. The element at the beginning of the Queue.T. identifies the Symbol from which to get a schema. Therefore the Queue.T. must not be empty.

Return Value

Type: Value
The schema of the Symbol at the specified path if a Symbol identified by the element at the beginning of elements exists; otherwise, null.

Reference

DynamicSymbolsProvider Class

GetSchema Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace