MapGuide API Reference
|
virtual BYTE MgReader::GetByte | ( | INT32 | index | ) | [pure virtual] |
Gets the Byte value of the specified property.
virtual unsigned char GetByte(int index); |
virtual signed char GetByte(int index); |
virtual int GetByte(int index); |
index | (int) The position of the property in the list of properties belonging to the feature currently being read. |
MgInvalidPropertyTypeException |