MapGuide API Reference
|
virtual INT32 MgReader::GetPropertyIndex | ( | CREFSTRING | propertyName | ) | [pure virtual] |
Gets the index of the property with the specified property name.
virtual int GetPropertyIndex(string propertyName); |
virtual int GetPropertyIndex(String propertyName); |
virtual int GetPropertyIndex(string propertyName); |
propertyName | (String/string) The name of the property in the list of properties belonging to the feature currently being read. |