Provides access to methods that extend the IEditor interface. The additional members control the behavior of the template construction and snapping.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
AbortOperation | Aborts an edit operation. | |
AddTemplates | Adds the specified edit template. The template was created with the EditTemplateFactory. | |
AuxiliarySelectionAnchor | The auxiliary selection anchor. | |
AuxiliarySelectionAnchorEnabled | Indicates whether the selection anchor is drawn. | |
CreateSearchShape | Creates a geometry using the point and the current search tolerance. | |
CurrentTask | The current edit task. | |
CurrentTemplate | The current edit template. | |
DelayEvents | Used to batch operations together and minimize notifications. | |
Display | Reference to the current display. | |
EditSelection | The selected features which are editable. | |
EditState | The editor's current edit state. | |
EditWorkspace | Reference to the workspace being edited. | |
EnableUndoRedo | Enable/disable the undo/redo capabilities. | |
FindExtension | Finds the extension given an id. | |
HasEdits | Indicates whether edits have been made during the session. | |
InvertAgent | Draws the editor's snapping agent. | |
Location | The last known location of the mouse. | |
Map | Reference to the map being edited. | |
Parent | Reference to the parent application. | |
RedoOperation | Redo an edit operation. | |
RemoveAllTemplatesInLayer | Removes all templates from the specified layer. | |
RemoveAllTemplatesInMap | Removes all templates from the specified map. | |
RemoveTemplate | Removes the specified edit template. | |
ResetAuxiliarySelectionAnchorLocation | Places the auxiliary selection anchor near the main anchor. | |
ScratchWorkspace | Reference to the editor's scratch workspace. | |
SearchSelection | Searches the edit selection using the given location. | |
SelectionAnchor | The selection anchor point. | |
SelectionCount | The number of selected features which are editable. | |
StartEditing | Starts an edit session. | |
StartOperation | Starts an edit operation. | |
StopEditing | Stops an edit session. | |
StopOperation | Stops an edit operation. | |
Task | An edit task by index. | |
TaskCount | The number of edit tasks. | |
Template | The edit template for the specified index. | |
TemplateCount | The number of edit templates. | |
TemplateModified | Broadcasts the change to the rest of the system. | |
UndoOperation | Undo an edit operation. |
Inherited Interfaces
Interfaces | Description |
---|---|
IEditor2 | Provides access to methods that extend the IEditor interface. The additional members control the behavior of the auxiliary selection anchor. |
IEditor | Provides access to members that control the behavior of the editor. |
CoClasses that implement IEditor3
CoClasses and Classes | Description |
---|---|
Editor | The Object Editor Extension. |