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