com.esri.arcgis.arcmapui
Interface IRemoveLayerOperation2

All Superinterfaces:
IRemoveLayerOperation, Serializable
All Known Implementing Classes:
IRemoveLayerOperation2Proxy, RemoveLayerOperation

public interface IRemoveLayerOperation2
extends IRemoveLayerOperation, Serializable

Provides access to members that control the Remove layer operation.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setGroupLayer(IGroupLayer rhs1)
          The group layer from which the layer needs to be removed.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IRemoveLayerOperation
setLayer, setMap
 

Method Detail

setGroupLayer

void setGroupLayer(IGroupLayer rhs1)
                   throws IOException,
                          AutomationException
The group layer from which the layer needs to be removed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IGroupLayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.