DynamicSymbolsProvider.TryGetValue Method
Gets the Symbol associated with the specified key.
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public bool TryGetValue(
string key,
out Symbol value
)
Parameters
key |
Type: System.String |
value |
Type: TcHmiSrv.Core.Tools.DynamicSymbols.Symbol. |
Return Value
Type: Boolean
true if the DynamicSymbolsProvider
contains a Symbol with
key; otherwise, false.