MGMapLayerGroup.getMapLayer   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

MGMapLayer getMapLayer(String layername)

Description

Gets the specified map layer from the group.

Parameters

layername - The name of the map layer to return.

Returns

MGMapLayer - The specified map layer, or null if no layer exists with the given name.

Error Codes

-3 (illegal argument)

See Also

getMapLayers, setMapLayers, MapLayers