Value.RemoveRange Method

Removes a range of Values from the Value.

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

Syntax

C#

public void RemoveRange(
    int index,
    int count
)

Parameters

index

Type: System.Int32
The zero-based starting index of the range of Values to remove.

count

Type: System.Int32
The number of Values to remove.

Reference

Value Class

TcHmiSrv Namespace