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