Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMapCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgMapCollection
Remove
RemoveAt
SetItem
bool MgMapCollection::Contains
(
MgMapBase
*
value
)
Determines if the collection contains the specified map.
.NET Syntax
bool Contains(MgMapBase value);
Java Syntax
boolean Contains(MgMapBase value);
PHP Syntax
bool Contains(MgMapBase value);
Parameters:
value
(
MgMapBase
) The
MgMapBase
to look for.
Returns:
Returns true if the collection contains the specified map, or false otherwise.
Comments or suggestions? Send us
feedback
.