MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual BYTE MgReader::GetByte ( INT32  index) [pure virtual]

Gets the Byte value of the specified property.

Remarks:
No conversion is performed. Therefore, the property must be of type MgPropertyType::Byte or an MgInvalidPropertyTypeException is thrown.
.NET Syntax
virtual unsigned char GetByte(int index);
Java Syntax
virtual signed char GetByte(int index);
PHP Syntax
virtual int GetByte(int index);
Parameters:
index(int) The position of the property in the list of properties belonging to the feature currently being read.
Returns:
Returns the Byte value.
Exceptions:
MgInvalidPropertyTypeException
Since:
2.2