AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

INT16 MgDoubleProperty::GetPropertyType (  )  [virtual]

Gets the property type.

.NET Syntax
short GetPropertyType();
Java Syntax
short GetPropertyType();
PHP Syntax
int GetPropertyType();

Returns:
Returns the property type MgPropertyType::Double.

Implements MgProperty.