com.esri.arcgis.carto
Interface IElementOperation

All Superinterfaces:
IEditOperation, IOperation, java.io.Serializable
All Known Subinterfaces:
IElementEditVerticesOperation
All Known Implementing Classes:
ElementEditVerticesOperation, ElementNewOperation, IElementEditVerticesOperationProxy, IElementOperationProxy

public interface IElementOperation
extends IEditOperation, java.io.Serializable

COM Interface 'IElementOperation'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control Element Operations.' 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 IID4b96a442_fa41_11d0_83af_080009b996cc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IEditOperation
IID68f3a204_5dee_11d2_8901_00805f1525f4
 
Fields inherited from interface com.esri.arcgis.systemUI.IOperation
IID80a807ab_7bb9_11d0_87ec_080009ec732a
 
Method Summary
 void setElementsByRef(IEnumElement rhs1)
          The element(s) being updated.
 void setName(java.lang.String rhs1)
          The name of the operation.
 
Methods inherited from interface com.esri.arcgis.systemUI.IOperation
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo
 

Field Detail

IID4b96a442_fa41_11d0_83af_080009b996cc

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

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
The name of the operation.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setElementsByRef

void setElementsByRef(IEnumElement rhs1)
                      throws java.io.IOException,
                             AutomationException
The element(s) being updated.

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