CommandGroup.Insert Method

Inserts a Command to the CommandGroup at the specified index.

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

Syntax

C#

public void Insert(
    int index,
    Command item
)

Parameters

index

Type: System.Int32
The zero-based index at which item should be inserted.

item

Type: TcHmiSrv.Command
The Command to insert into the CommandGroup.

Implements

IList.T..Insert(Int32, T)

Reference

CommandGroup Class

TcHmiSrv Namespace