MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.