Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLayerGroupCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
Remove
RemoveAt
SetItem
MgLayerGroup
* MgLayerGroupCollection::GetItem
(
INT32
index
)
Gets the layer group at the specified index.
.NET Syntax
MgLayerGroup
GetItem(int index);
Java Syntax
MgLayerGroup
GetItem(int index);
PHP Syntax
MgLayerGroup
GetItem(int index);
Parameters:
index
(int) Index of the layer group to get.
Returns:
Returns the layer group.
Exceptions:
MgIndexOutOfRangeException
if the specified index is out of range.
Comments or suggestions? Send us
feedback
.