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