Web API Reference MapGuide Open Source
bool MgMapPlotCollection::Contains ( MgMapPlot value  ) 

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.


Comments or suggestions? Send us feedback.