MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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.