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
)
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.