ITcHmiSrvExtHost.set_config_value Method
Adds an entry to a map or vector in the extension configuration or updates an existing configuration Value.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
ErrorValue set_config_value(
Context ctx,
string path,
Value value
)
Parameters
ctx |
Type: TcHmiSrv.Context |
path |
Type: System.String |
value |
Type: TcHmiSrv.Value |
Return Value
Type: ErrorValue
HMI_SUCCESS
if setting the configuration Value succeeded;
otherwise, any ErrorValue that best
describes which error has occurred.