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.
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.