|
MapGuide API Reference
|
| virtual STRING MgReader::GetPropertyName | ( | INT32 | index | ) | [pure virtual] |
Gets the name of the property at the given ordinal position.
| virtual string GetPropertyName(int index); |
| virtual String GetPropertyName(int index); |
| virtual string GetPropertyName(int index); |
| index | (int) The position of the property in the list of properties belonging to the feature currently being read. |