Value.remove Method (UInt32, UInt32)

Removes a range of Values from the vector.

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

Syntax

C#

public ErrorValue remove(
    uint first,
    uint last
)

Parameters

first

Type: System.UInt32
The index of the first Value that should be removed.

last

Type: System.UInt32
The index of the last Value that should be removed.

Return Value

Type: ErrorValue
HMI_SUCCESS if the Values have been removed; otherwise, any ErrorValue that best describes which error has occurred.

Reference

Value Class

remove Overload

TcHmiSrv Namespace