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

Gets the BLOB value of the specified property.

Remarks:
No conversion is performed. Therefore, the property must be of type MgPropertyType::Blob or an MgInvalidPropertyTypeException is thrown.
.NET Syntax
virtual MgByteReader GetBLOB(int index);
Java Syntax
virtual MgByteReader GetBLOB(int index);
PHP Syntax
virtual MgByteReader GetBLOB(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 BLOB value in an MgByteReader object.
Exceptions:
MgInvalidPropertyTypeException
Since:
2.2