MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Removes a layer group from the collection.

.NET Syntax
bool Remove(MgLayerGroup value);
Java Syntax
bool Remove(MgLayerGroup value);
PHP Syntax
bool Remove(MgLayerGroup value);
Parameters:
value(MgLayerGroup) Layer group to be removed.
Returns:
Returns true if removal was successful.