com.esri.arcgis.carto
Interface IElementShutdown

All Superinterfaces:
Serializable
All Known Implementing Classes:
InkGraphic, OleFrame

public interface IElementShutdown
extends Serializable

Provides access to members that control the IElementShutdown interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void shutdown()
          Called when the element is about to be deleted.
 

Method Detail

shutdown

void shutdown()
              throws IOException,
                     AutomationException
Called when the element is about to be deleted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.