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