CommandGroup.RemoveAt Method

Removes the Command at the specified index.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public void RemoveAt(
    int index
)

Parameters

index

Type: System.Int32
The zero-based index of the Command to remove.

Implements

IList.T..RemoveAt(Int32)

Reference

CommandGroup Class

TcHmiSrv.Core Namespace