com.esri.arcgis.arcmapui
Interface IRemoveLayersOperation
- All Superinterfaces: 
 - Serializable
 
- All Known Implementing Classes: 
 - RemoveLayersOperation
 
public interface IRemoveLayersOperation
- extends Serializable
 
Provides access to members that control the Remove layers operation.
  
Product Availability
 Available with ArcGIS Desktop.
 
addLayerInfo
void addLayerInfo(ILayer pLayer,
                  IMap pSourceMap,
                  IGroupLayer pSourceGroup)
                  throws IOException,
                         AutomationException
- Adds the information of the layer that needs to be removed.
  
Product Availability
 Available with ArcGIS Desktop.
 Supported Platforms
 Windows
 
- Parameters:
 pLayer - A reference to a com.esri.arcgis.carto.ILayer  (in)pSourceMap - A reference to a com.esri.arcgis.carto.IMap  (in)pSourceGroup - 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.