com.esri.arcgis.catalog
Interface IGxObjectDeleteOptions

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMSMetadataService

public interface IGxObjectDeleteOptions
extends Serializable

Provides access to members that specify behavior when deleting multiple objects.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getDeleteOption()
          Behavior when deleting multiple objects.
 void setDeleteOption(int option)
          Behavior when deleting multiple objects.
 

Method Detail

setDeleteOption

void setDeleteOption(int option)
                     throws IOException,
                            AutomationException
Behavior when deleting multiple objects.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
option - A com.esri.arcgis.catalog.esriGxDeleteOption constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDeleteOption

int getDeleteOption()
                    throws IOException,
                           AutomationException
Behavior when deleting multiple objects.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A com.esri.arcgis.catalog.esriGxDeleteOption constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.