AFAggregateResultCollection.Item Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the result by index.
The index positions will correspond to the order in which the requests were made.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAggregateResult this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As AFAggregateResult Get Dim instance As AFAggregateResultCollection Dim index As Integer Dim value As AFAggregateResult value = instance(index)
public: virtual property AFAggregateResult^ default[int index] { AFAggregateResult^ get (int index) sealed; }
abstract Item : AFAggregateResult with get override Item : AFAggregateResult with get
Parameters
- index
- Type: SystemInt32
The index to lookup.
Return Value
Type: AFAggregateResultThe result at the specified index.