|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexDictionaries
COM Interface 'IMaplexDictionaries'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a collection of Maplex dictionaries.' 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 |
IID20664808_0e3a_13ac_eb91_5ac2902ffe2b
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addDictionary(IMaplexDictionary dictionary)
Adds a dictionary to the collection. |
void |
clear()
Removes all dictionaries from the collection. |
IMaplexDictionary |
getDictionary(int index)
Queries a dictionary from the collection. |
int |
getDictionaryCount()
The number of dictionaries in the collection. |
void |
removeDictionary(int index)
Deletes the dictionary from the collection. |
Field Detail |
---|
static final int IID20664808_0e3a_13ac_eb91_5ac2902ffe2b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getDictionaryCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addDictionary(IMaplexDictionary dictionary) throws java.io.IOException, AutomationException
dictionary
- A reference to a com.esri.arcgis.carto.IMaplexDictionary (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMaplexDictionary getDictionary(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.void removeDictionary(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.void clear() throws java.io.IOException, AutomationException
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 |