com.esri.arcgis.addinframework
Interface IAddInShim

All Superinterfaces:
Serializable

public interface IAddInShim
extends Serializable

IAddInShim Interface


Method Summary
 Object createObject(String archivePath, String libraryPath, String className, String recordXml)
          Create an add-in.
 

Method Detail

createObject

Object createObject(String archivePath,
                    String libraryPath,
                    String className,
                    String recordXml)
                    throws IOException,
                           AutomationException
Create an add-in.

Parameters:
archivePath - The archivePath (in)
libraryPath - The libraryPath (in)
className - The className (in)
recordXml - The recordXml (in)
Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.