com.esri.arcgis.arcmapui
Interface IRemoveLayerOperation2

All Superinterfaces:
IRemoveLayerOperation, java.io.Serializable
All Known Implementing Classes:
IRemoveLayerOperation2Proxy, RemoveLayerOperation

public interface IRemoveLayerOperation2
extends IRemoveLayerOperation, java.io.Serializable

COM Interface 'IRemoveLayerOperation2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Remove layer operation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID628428da_4de3_46a1_aad4_baa1d293b2e9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.IRemoveLayerOperation
IIDa231c0e2_0bdb_11d4_9fea_00c04f6bc78e
 
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
 

Field Detail

IID628428da_4de3_46a1_aad4_baa1d293b2e9

static final int IID628428da_4de3_46a1_aad4_baa1d293b2e9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setGroupLayer

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

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