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