com.esri.arcgis.catalog
Interface esriGxDeleteOption

All Superinterfaces:
Serializable

public interface esriGxDeleteOption
extends Serializable

GxObject deleting options enum.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriGxDeleteCancel
          Cease deleting objects.
static int esriGxDeleteSingle
          Delete objects one by one.
static int esriGxDeleteYesToAll
          Delete all objects without confirmation.
 

Field Detail

esriGxDeleteSingle

static final int esriGxDeleteSingle
Delete objects one by one.

See Also:
Constant Field Values

esriGxDeleteYesToAll

static final int esriGxDeleteYesToAll
Delete all objects without confirmation.

See Also:
Constant Field Values

esriGxDeleteCancel

static final int esriGxDeleteCancel
Cease deleting objects.

See Also:
Constant Field Values