AFSortOrder Enumeration
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Defines the sort order.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.