AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgObjectPropertyDefinition::SetOrderType ( INT32  orderType  ) 

Sets the MgOrderingOption type (either 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
void SetOrderType(int orderType);
Java Syntax
void SetOrderType(int orderType);
PHP Syntax
void SetOrderType(int orderType);

Parameters:
orderType (int) The ordering option type of this object property.
Returns:
Returns nothing.