MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual INT32 MgReader::GetInt32 ( INT32  index) [pure virtual]

Gets the 32 bit integer value of the specified property.

Remarks:
No conversion is performed. Therefore, the property must be a of type MgPropertyType::Int32 or an MgInvalidPropertyTypeException is thrown.
.NET Syntax
virtual int GetInt32(int index);
Java Syntax
virtual int GetInt32(int index);
PHP Syntax
virtual int GetInt32(int index);
Parameters:
index(int) The position of the property in the list of properties belonging to the feature currently being read.
Returns:
Returns the integer 32 bits value.
Exceptions:
MgInvalidPropertyTypeException
Since:
2.2