Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAggregateResultCollection.Item Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAggregateResultCollection.Item Property
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: AFAggregateResult
The result at the specified index.

Implements

IReadOnlyListTItemInt32

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in