com.esri.arcgis.arcmapui
Interface IRemoveLayerOperation

All Superinterfaces:
Serializable
All Known Subinterfaces:
IRemoveLayerOperation2
All Known Implementing Classes:
IRemoveLayerOperation2Proxy, IRemoveLayerOperationProxy, RemoveLayerOperation

public interface IRemoveLayerOperation
extends Serializable

Provides access to members that control the Remove layer operation.

Superseded By

IRemoveLayerOperation2

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setLayer(ILayer rhs1)
          The layer to remove.
 void setMap(IMap rhs1)
          The map.
 

Method Detail

setLayer

void setLayer(ILayer rhs1)
              throws IOException,
                     AutomationException
The layer to remove.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setMap

void setMap(IMap rhs1)
            throws IOException,
                   AutomationException
The map.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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