IEditableCollection.GetValue Method

Gets the value at the specified position in the ICollection.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

Object GetValue(
    int index
)

Parameters

index

Type: System.Int32
An index that represents the position of the element to get.

Return Value

Type: Object
The value at the specified position.

Reference

IEditableCollection Interface

TcHmiSrv.DynamicSymbols Namespace