Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMapCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgMapCollection
Remove
RemoveAt
SetItem
bool MgMapCollection::Remove
(
MgMapBase
*
value
)
Removes a map from the collection.
.NET Syntax
bool Remove(MgMapBase value);
Java Syntax
bool Remove(MgMapBase value);
PHP Syntax
bool Remove(MgMapBase value);
Parameters:
value
(
MgMapBase
)
MgMapBase
to be removed
Returns:
Returns true if removal was successful.
Comments or suggestions? Send us
feedback
.