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