Provides access to members that control the behavior of the EngineEditor.
Product Availability
Available with ArcGIS Engine.
Description
This interface is new at ArcGIS 9.3.
This is the main interface used to control the actions of the EngineEditor. For example, use the members in this interface to start and stop an edit session, create and manage edit operations, and set the IEngineEditor::CurrentTask.
Members
Description | ||
---|---|---|
AbortOperation | Aborts an edit operation. | |
AddTask | Adds a task to the EngineEditor. | |
CurrentTask | The current edit task. | |
EditSelection | The selected features that are editable. | |
EditSessionMode | The current edit session mode. | |
EditState | The EngineEditor's current edit state. | |
EditWorkspace | The workspace being edited. | |
EnableUndoRedo | Indicates if undo/redo capabilities are enabled. | |
GetTaskByUniqueName | Retrieves a task by UniqueName from the EngineEditor. | |
HasEdits | Indicates if edits have been made. | |
InvertAgent | Draws the EngineEditor's snapping agent. | |
Map | The map being edited. | |
SelectionCount | The number of selected features that are editable. | |
StartEditing | Starts an edit session. | |
StartOperation | Starts an edit operation. | |
StopEditing | Stops an edit session. | |
StopOperation | Stops an edit operation. | |
Task | The edit task at the specified index. | |
TaskCount | The number of edit tasks. |
CoClasses that implement IEngineEditor
CoClasses and Classes | Description |
---|---|
EngineEditor | A singleton object representing the Engine editing environment. |