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