com.esri.arcgis.carto
Interface IElementEditVerticesOperation

All Superinterfaces:
IEditOperation, IElementOperation, IOperation, java.io.Serializable
All Known Implementing Classes:
ElementEditVerticesOperation, IElementEditVerticesOperationProxy

public interface IElementEditVerticesOperation
extends IElementOperation, java.io.Serializable

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

Description: 'Provides access to members that control Element Edit Vertices 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 IIDbf4fad52_798a_11d2_a2d4_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IElementOperation
IID4b96a442_fa41_11d0_83af_080009b996cc
 
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 setGeometry(IGeometry rhs1)
          The new geometry.
 
Methods inherited from interface com.esri.arcgis.carto.IElementOperation
setElementsByRef, setName
 
Methods inherited from interface com.esri.arcgis.systemUI.IOperation
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo
 

Field Detail

IIDbf4fad52_798a_11d2_a2d4_080009b6f22b

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

setGeometry

void setGeometry(IGeometry rhs1)
                 throws java.io.IOException,
                        AutomationException
The new geometry.

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