Item Method (HistorianDataValueList)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets the HistorianDataValue object at the specified index.
'Declaration
Public Function Item( _
ByVal index As UInteger _
) As HistorianDataValue
'Usage
Dim instance As HistorianDataValueList
Dim index As UInteger
Dim value As HistorianDataValue
value = instance.Item(index)
public HistorianDataValue this[
uint index
];
public:
HistorianDataValue^ Item(
uint index
)
Parameters
- index
- The zero-based index of the HistorianDataValue object to get.
Return Value
The HistorianDataValue object at the specified index or null if the index is invalid.