Web API Reference MapGuide Open Source
virtual STRING MgReader::GetPropertyName ( INT32  index  )  [pure virtual]

Gets the name of the property at the given ordinal position.

.NET Syntax
virtual string GetPropertyName(int index);
Java Syntax
virtual String GetPropertyName(int index);
PHP Syntax
virtual string GetPropertyName(int index);

Parameters:
index (int) The position of the property in the list of properties belonging to the feature currently being read.
Returns:
Returns the property name.


Comments or suggestions? Send us feedback.