com.esri.arcgis.addinframework
Interface IAddInShim

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IAddInShimProxy

public interface IAddInShim
extends java.io.Serializable

COM Interface 'IAddInShim'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'

Description: 'IAddInShim Interface' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID78d12d60_d5ef_4290_925b_f193d5086728
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object createObject(java.lang.String archivePath, java.lang.String libraryPath, java.lang.String className, java.lang.String recordXml)
          Create an add-in.
 

Field Detail

IID78d12d60_d5ef_4290_925b_f193d5086728

static final int IID78d12d60_d5ef_4290_925b_f193d5086728
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createObject

java.lang.Object createObject(java.lang.String archivePath,
                              java.lang.String libraryPath,
                              java.lang.String className,
                              java.lang.String recordXml)
                              throws java.io.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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.