com.esri.arcgis.arcmapui
Interface IRemoveLayerOperation

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

public interface IRemoveLayerOperation
extends java.io.Serializable

COM Interface 'IRemoveLayerOperation'. 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 IIDa231c0e2_0bdb_11d4_9fea_00c04f6bc78e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setLayer(ILayer rhs1)
          The layer to remove.
 void setMap(IMap rhs1)
          The map.
 

Field Detail

IIDa231c0e2_0bdb_11d4_9fea_00c04f6bc78e

static final int IIDa231c0e2_0bdb_11d4_9fea_00c04f6bc78e
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

setLayer

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

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

setMap

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

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