MapGuide API Reference
|
virtual INT32 MgReader::GetInt32 | ( | INT32 | index | ) | [pure virtual] |
Gets the 32 bit integer value of the specified property.
virtual int GetInt32(int index); |
virtual int GetInt32(int index); |
virtual int GetInt32(int index); |
index | (int) The position of the property in the list of properties belonging to the feature currently being read. |
MgInvalidPropertyTypeException |