AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

INT16 MgBlobProperty::GetPropertyType (  )  [virtual]

Gets the property type.

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

Returns:
Returns the property type MgPropertyType::Blob.

Implements MgProperty.