com.esri.arcgis.controls
Interface IEngineEditor2

All Superinterfaces:
IEngineEditor, java.io.Serializable
All Known Implementing Classes:
EngineEditor, IEngineEditor2Proxy

public interface IEngineEditor2
extends IEngineEditor, java.io.Serializable

COM Interface 'IEngineEditor2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that control the behavior of the EngineEditor.' 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 IID3591a657_eb49_4a14_a491_be61be4f73b0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.controls.IEngineEditor
IID9ae024af_2bae_4b4c_927f_8e6ff0ab55bd
 
Method Summary
 IAnchorPoint getSelectionAnchor()
          The selection anchor point.
 
Methods inherited from interface com.esri.arcgis.controls.IEngineEditor
abortOperation, addTask, enableUndoRedo, getCurrentTask, getEditSelection, getEditSessionMode, getEditState, getEditWorkspace, getMap, getSelectionCount, getTask, getTaskByUniqueName, getTaskCount, hasEdits, invertAgent, setCurrentTaskByRef, setEditSessionMode, startEditing, startOperation, stopEditing, stopOperation
 

Field Detail

IID3591a657_eb49_4a14_a491_be61be4f73b0

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

getSelectionAnchor

IAnchorPoint getSelectionAnchor()
                                throws java.io.IOException,
                                       AutomationException
The selection anchor point.

Returns:
A reference to a com.esri.arcgis.display.IAnchorPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.