MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgOrderingOption Class Reference

Defines a type used to specify the order in which features are returned by MgFeatureService::SelectFeatures. This type is used as an argument to the MgFeatureQueryOptions::SetOrderingFilter. More...

List of all members.

Static Public Attributes

static const int Ascending = 0
 Signifies that the features are returned in ascending order relative to the properties specified in the first argument of MgFeatureQueryOptions::SetOrderingFilter.
static const int Descending = 1
 Signifies that the features are returned in descending order relative to the properties specified in the first argument of MgFeatureQueryOptions::SetOrderingFilter.

Detailed Description

Defines a type used to specify the order in which features are returned by MgFeatureService::SelectFeatures. This type is used as an argument to the MgFeatureQueryOptions::SetOrderingFilter.