com.esri.arcgis.controls
Interface IHookHelper2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IHookHelper2Proxy

public interface IHookHelper2
extends Serializable

Provides access to members needed when developing commands to work with the MapControl, PageLayoutControl, ArcMap, and custom controls and applications.

Product Availability

Available with ArcGIS Engine.


Method Summary
 IExtensionManager getExtensionManager()
          Manages the lifetime of extensions.
 

Method Detail

getExtensionManager

IExtensionManager getExtensionManager()
                                      throws IOException,
                                             AutomationException
Manages the lifetime of extensions.

Product Availability

Available with ArcGIS Engine.

Returns:
A reference to a com.esri.arcgis.system.IExtensionManager
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.