MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Gets the definition type (either data, geometric, object, or raster) of this property.

Remarks:
After retrieving a property definition object from an MgPropertyDefinitionCollection, you can use this method to determine the concrete type of the property definition object.
.NET Syntax
short GetPropertyType();
Java Syntax
short GetPropertyType();
PHP Syntax
int GetPropertyType();
Returns:
Returns one of the MgFeaturePropertyType values that identifies the concrete type.

Implements MgProperty.