Value.find Method (UInt32)

Finds a Value with the specified index in the vector.

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

Syntax

C#

public ValueVectorIterator find(
    uint index
)

Parameters

index

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

Return Value

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

Reference

Value Class

find Overload

TcHmiSrv Namespace