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