MapGuide API Reference
|
virtual INT16 MgReader::GetInt16 | ( | CREFSTRING | propertyName | ) | [pure virtual] |
Gets the 16 bit integer value of the specified property.
virtual short GetInt16(string propertyName); |
virtual short GetInt16(String propertyName); |
virtual int GetInt16(string propertyName); |
propertyName | (String/string) The property name. |
MgInvalidPropertyTypeException |