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