AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgMapCollection::Add ( MgMapBase value  ) 

Adds the specified map to the end of the collection.

.NET Syntax
void Add(MgMapBase value);
Java Syntax
void Add(MgMapBase value);
PHP Syntax
void Add(MgMapBase value);

Parameters:
value (MgMapBase) MgMapBase to be added to the collection.
Returns:
Returns nothing.