Value.insert Method (String, Value)

Inserts a Value with the specified key in the map.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public ValueIterator insert(
    string key,
    Value value
)

Parameters

key

Type: System.String
The key of the Value to insert.

value

Type: TcHmiSrv.Value
The Value of the Value to insert.

Return Value

Type: ValueIterator
A ValueIterator to the inserted Value.

Reference

Value Class

insert Overload

TcHmiSrv Namespace