|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexKeyNumberGroups
Provides access to members that control a collection of Maplex Key Numbering Groups.
Method Summary | |
---|---|
void |
addGroup(IMaplexKeyNumberGroup group)
Adds a key numbering group to the collection. |
void |
clear()
Removes all key numbering groups from the collection. |
IMaplexKeyNumberGroup |
getGroup(int index)
Queries a key numbering group from the collection. |
int |
getGroupCount()
The number of key numbering groups in the collection. |
void |
removeGroup(int index)
Deletes the key numbering group from the collection. |
Method Detail |
---|
int getGroupCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addGroup(IMaplexKeyNumberGroup group) throws IOException, AutomationException
group
- A reference to a com.esri.arcgis.carto.IMaplexKeyNumberGroup (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMaplexKeyNumberGroup getGroup(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeGroup(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws IOException, AutomationException
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 |