AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

INT16 MgPropertyDefinition::GetPropertyType (  )  [virtual]

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.