|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAppROT
COM Interface 'IAppROT'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to members that manipulate the Esri application running object table, AppROT.' 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 |
IIDfabc30f9_d273_11d2_9f36_00c04f6bc61a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
add(IApplication pApp)
Adds an application reference to the running object table. |
int |
getCount()
The count of application references within the running object table. |
IApplication |
getItem(int index)
The application reference at the specified index in the running object table. |
void |
remove(int cookie)
Removes an application reference from the running object table. |
Field Detail |
---|
static final int IIDfabc30f9_d273_11d2_9f36_00c04f6bc61a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int add(IApplication pApp) throws java.io.IOException, AutomationException
pApp
- A reference to a com.esri.arcgis.framework.IApplication (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int cookie) throws java.io.IOException, AutomationException
cookie
- The cookie (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IApplication getItem(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |