AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgOrderingOption Class Reference
[MgOrderingOption]

List of all members.


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.

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.