ArcGIS Runtime SDK for iOS: AGSOrderBy.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSOrderBy.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSSortOrder { AGSSortOrderAscending = 0 , AGSSortOrderDescending = 1 }
 

Enumeration Type Documentation

◆ AGSSortOrder

The various ways a query result can be ordered by.

Since
100.0
Enumerator
AGSSortOrderAscending 

Sort the query results in an ascending order.

AGSSortOrderDescending 

Sort the query results in a descending order.