Value.remove Method (ValueVectorIterator)

Removes a Value at the specified position from the vector.

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

Syntax

C#

public ErrorValue remove(
    ValueVectorIterator position
)

Parameters

position

Type: TcHmiSrv.ValueVectorIterator
The position of the Value that should be removed.

Return Value

Type: ErrorValue
HMI_SUCCESS if the Value has been removed or HMI_E_ENTRY_NOT_FOUND if the Value does not exist.

Reference

Value Class

remove Overload

TcHmiSrv Namespace