CommandVectorIterator.get_by_index Method

Gets the Command after the specified index.

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

Syntax

C#

public Command get_by_index(
    uint diff
)

Parameters

diff

Type: System.UInt32
The index of the Command to get.

Return Value

Type: Command
The Command after the specified index.

Reference

CommandVectorIterator Class

TcHmiSrv Namespace