com.esri.arcgis.addinframework
Interface IFactoryHook

All Superinterfaces:
Serializable
All Known Implementing Classes:
IFactoryHookProxy

public interface IFactoryHook
extends Serializable

IFactoryHook Interface


Method Summary
 Object getApplicationHook()
          Returns the application hook.
 void translateID(String strID, GUID[] pID)
          Translates a string ID to it's corresponding registered GUID.
 

Method Detail

getApplicationHook

Object getApplicationHook()
                          throws IOException,
                                 AutomationException
Returns the application hook.

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

translateID

void translateID(String strID,
                 GUID[] pID)
                 throws IOException,
                        AutomationException
Translates a string ID to it's corresponding registered GUID.

Parameters:
strID - The strID (in)
pID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.