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
)
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.