|
MapGuide API Reference
|
| virtual MgByteReader* MgReader::GetBLOB | ( | INT32 | index | ) | [pure virtual] |
Gets the BLOB value of the specified property.
| virtual MgByteReader GetBLOB(int index); |
| virtual MgByteReader GetBLOB(int index); |
| virtual MgByteReader GetBLOB(int index); |
| index | (int) The position of the property in the list of properties belonging to the feature currently being read. |
| MgInvalidPropertyTypeException |