AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| virtual MgGeometry* MgGeometryCollection::GetItem |
( |
INT32 |
index |
) |
const [virtual] |
Gets the object in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
- Parameters:
-
| index | (int) Index of the object to retrieve. |
- Returns:
- Returns the object in the collection at the specified index.
- Exceptions:
-
|