CommandGroup.find Method

Finds a Command with the specified index in the vector.

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

Syntax

C#

public CommandVectorIterator find(
    uint index
)

Parameters

index

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

Return Value

Type: CommandVectorIterator
A CommandVectorIterator to the Command with the specified key or a CommandVectorIterator to the end of the vector if the Command does not exist.

Reference

CommandGroup Class

TcHmiSrv Namespace