CommandGroup.insert Method

Inserts a Command at the specified position in the vector.

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

Syntax

C#

public CommandVectorIterator insert(
    CommandVectorIterator position,
    Command command
)

Parameters

position

Type: TcHmiSrv.CommandVectorIterator
The position of the Command to insert.

command

Type: TcHmiSrv.Command
The Command to insert.

Return Value

Type: CommandVectorIterator
A CommandVectorIterator to the inserted Command.

Reference

CommandGroup Class

TcHmiSrv Namespace