Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgObjectPropertyDefinition
GetClassDefinition
GetIdentityProperty
GetObjectType
GetOrderType
MgObjectPropertyDefinition
SetClassDefinition
SetIdentityProperty
SetObjectType
SetOrderType
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.
Comments or suggestions? Send us
feedback
.