AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| 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.
|