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