MapGuide API Reference
|
MgLayerGroup* MgLayerGroupCollection::GetItem | ( | CREFSTRING | name | ) |
Returns the layer group with the specified name.
MgLayerGroup GetItem(string name); |
MgLayerGroup GetItem(String name); |
MgLayerGroup GetItem(string name); |
name | (String/string) Name of the layer group to get. |
MgObjectNotFoundException | if the name does not exist. |