Web API Reference MapGuide Open Source
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.