Value.add Method

Adds a Value to the end of the vector.

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

Syntax

C#

public Value add(
    Value value
)

Parameters

value

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

Return Value

Type: Value
The Value that has been added.

Reference

Value Class

TcHmiSrv Namespace