AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgMapBase* MgMapCollection::GetItem ( INT32  index  ) 

Gets the map at the specified index.

.NET Syntax
MgMapBase GetItem(int index);
Java Syntax
MgMapBase GetItem(int index);
PHP Syntax
MgMapBase GetItem(int index);

Parameters:
index (int) Index of the map to get.
Returns:
Returns the specified MgMapBase object.
Exceptions:
MgOutOfRangeException if the index is invalid.