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