MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.