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::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
.