DynamicSymbolsProvider.Remove Method

Removes the Symbol with the specified key from the DynamicSymbolsProvider.

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

Syntax

C#

public bool Remove(
    string key
)

Parameters

key

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

Return Value

Type: Boolean
true if the Symbol is successfully removed; otherwise, false. This method also returns false if key was not found in the original DynamicSymbolsProvider.

Implements

IDictionary.TKey, TValue..Remove(TKey)

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace