Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.