CommandGroup.RemoveRange Method

Removes a range of Commands from the CommandGroup.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.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 Commands to remove.

count

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

Reference

CommandGroup Class

TcHmiSrv.Core Namespace