MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Determines if the collection contains the specified MapPlot.

.NET Syntax
bool Contains(MgMapPlot value);
Java Syntax
boolean Contains(MgMapPlot value);
PHP Syntax
bool Contains(MgMapPlot value);
Parameters:
value(MgMapPlot) The MgMapPlot to look for.
Returns:
Returns true if the collection contains the specified MapPlot, or false otherwise.