AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

INT32 MgObjectPropertyDefinition::GetOrderType (  ) 

Gets the MgOrderingOption value (ascending or descending) for this object property.

Remarks:
This property is only applicable if the value returned by MgObjectPropertyDefinition::GetOrderType is MgObjectPropertyType::OrderedCollection.
.NET Syntax
int GetOrderType();
Java Syntax
int GetOrderType();
PHP Syntax
int GetOrderType();

Returns:
Returns an MgOrderingOption value.