AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

bool MgLayerGroupCollection::Remove ( MgLayerGroup value  ) 

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.