com.esri.arcgis.controls
Interface IEngineEditor2

All Superinterfaces:
IEngineEditor, Serializable
All Known Implementing Classes:
EngineEditor

public interface IEngineEditor2
extends IEngineEditor, Serializable

Provides access to members that control the behavior of the EngineEditor.

Product Availability

Available with ArcGIS Engine.


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
 

Method Detail

getSelectionAnchor

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

Description

Editing tools that require the location of the selection anchor can conveniently get it from the SelectionAnchor property. For example, the editor's Rotate Tool rotates features around the selection anchor.

Product Availability

Available with ArcGIS Engine.

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