DynamicSymbolsProvider.GetSchema Method (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(
    string path
)

Parameters

path

Type: System.String
The path of the schema to get. The elements in the path must be separated by PathElementSeparator, '[' or ']'. The first element identifies the Symbol from which to get a schema. Therefore the String must not be null or empty.

Return Value

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

Reference

DynamicSymbolsProvider Class

GetSchema Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace