com.esri.arcgis.controls
Interface ILayerListToolControl

All Superinterfaces:
Serializable
All Known Implementing Classes:
ILayerListToolControlProxy

public interface ILayerListToolControl
extends Serializable

Provides access to members that inform which layer is selected in the LayerList Tool Control.

Product Availability

Available with ArcGIS Engine.


Method Summary
 ILayer getSelectedLayer()
          The Layer currently selected in the Tool Control.
 

Method Detail

getSelectedLayer

ILayer getSelectedLayer()
                        throws IOException,
                               AutomationException
The Layer currently selected in the Tool Control. This may be NULL is no layer is selected.

Product Availability

Available with ArcGIS Engine.

Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.