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