|
MapGuide API Reference
|
| virtual BYTE MgReader::GetByte | ( | CREFSTRING | propertyName | ) | [pure virtual] |
Gets the Byte value of the specified property.
| virtual unsigned char GetByte(string propertyName); |
| virtual signed char GetByte(String propertyName); |
| virtual int GetByte(string propertyName); |
| propertyName | (String/string) The property name. |
| MgInvalidPropertyTypeException |