AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual INT32 MgReader::GetPropertyType ( CREFSTRING  propertyName  )  [pure virtual]

Gets the type of the property with the specified name. See MgPropertyType for the list of possible values.

.NET Syntax
virtual int GetPropertyType(string propertyName);
Java Syntax
virtual int GetPropertyType(String propertyName);
PHP Syntax
virtual int GetPropertyType(string propertyName);

Parameters:
propertyName (String/string) The property name.
Returns:
Returns an MgPropertyType value.