Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMapCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgMapCollection
Remove
RemoveAt
SetItem
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
.