|
MapGuide API Reference
|
| virtual INT32 MgReader::GetPropertyType | ( | INT32 | index | ) | [pure virtual] |
Gets the type of the property at the specified index. See MgPropertyType for the list of possible values.
| virtual int GetPropertyType(int index); |
| virtual int GetPropertyType(int index); |
| virtual int GetPropertyType(int index); |
| index | (index) The property index. |