com.esri.arcgis.editor
Interface IEditTool

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EditTool, IEditToolProxy

public interface IEditTool
extends java.io.Serializable

COM Interface 'IEditTool'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to events triggered by the ArcMap Editor's edit tool.' 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 IID67aa1362_5276_4aeb_a08d_52d83d1cc80a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getEventSource()
          The event source for the edit tool.
 

Field Detail

IID67aa1362_5276_4aeb_a08d_52d83d1cc80a

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

getEventSource

java.lang.Object getEventSource()
                                throws java.io.IOException,
                                       AutomationException
The event source for the edit tool.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.