ValueVectorIterator.get_by_index Method

Gets the Value after the specified index.

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

Syntax

C#

public Value get_by_index(
    uint diff
)

Parameters

diff

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

Return Value

Type: Value
The Value after the specified index.

Reference

ValueVectorIterator Class

TcHmiSrv Namespace