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