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