AFSortOrder Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Defines the sort order.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFSortOrder
Public Enumeration AFSortOrder Dim instance As AFSortOrder
public enum class AFSortOrder
type AFSortOrder
Members
| Member name | Value | Description | |
|---|---|---|---|
| Ascending | 0 | The returned collection is sorted in Ascending order. | |
| Descending | 1 | The returned collection is sorted in Descending order. |
Remarks
The find methods use this enumeration to determine the order that
objects are sorted in the returned collection.