Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLayerGroupCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
Remove
RemoveAt
SetItem
void MgLayerGroupCollection::Add
(
MgLayerGroup
*
value
)
Adds a layer group to the end of the collection.
.NET Syntax
void Add(MgLayerGroup value);
Java Syntax
void Add(MgLayerGroup value);
PHP Syntax
void Add(MgLayerGroup value);
Parameters:
value
(
MgLayerGroup
) Layer group to be added.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.