DynamicSymbolsProvider.Add Method

Adds a Symbol with the specified key to the DynamicSymbolsProvider.

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

Syntax

C#

public void Add(
    string key,
    Symbol value
)

Parameters

key

Type: System.String
The key of the Symbol to add.

value

Type: TcHmiSrv.Core.Tools.DynamicSymbols.Symbol
The Symbol to add.

Implements

IDictionary.TKey, TValue..Add(TKey, TValue)

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace