com.esri.arcgis.editor
Interface esriEditorError

All Superinterfaces:
Serializable

public interface esriEditorError
extends Serializable

Errors that can occur in the ArcGIS Editor.

Remarks

E_EDITOR_CANTEDITAIWORKSPACE is returned when IEditor::StartEditing is called on a coverage workspace. Editing of coverage workspaces is not supported at ArcGIS 8.3 or higher.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int E_EDITOR_CANTEDITAIWORKSPACE
          This version of the ArcGIS Editor cannot edit Arc/Info workspace.
 

Field Detail

E_EDITOR_CANTEDITAIWORKSPACE

static final int E_EDITOR_CANTEDITAIWORKSPACE
This version of the ArcGIS Editor cannot edit Arc/Info workspace.

See Also:
Constant Field Values