com.esri.arcgis.carto
Interface IMaplexKeyNumberGroups

All Superinterfaces:
Serializable
All Known Implementing Classes:
MaplexKeyNumberGroups

public interface IMaplexKeyNumberGroups
extends Serializable

Provides access to members that control a collection of Maplex Key Numbering Groups.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getGroupCount

int getGroupCount()
                  throws IOException,
                         AutomationException
The number of key numbering groups in the collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addGroup

void addGroup(IMaplexKeyNumberGroup group)
              throws IOException,
                     AutomationException
Adds a key numbering group to the collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
group - A reference to a com.esri.arcgis.carto.IMaplexKeyNumberGroup (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGroup

IMaplexKeyNumberGroup getGroup(int index)
                               throws IOException,
                                      AutomationException
Queries a key numbering group from the collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IMaplexKeyNumberGroup
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeGroup

void removeGroup(int index)
                 throws IOException,
                        AutomationException
Deletes the key numbering group from the collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
index - The index (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

void clear()
           throws IOException,
                  AutomationException
Removes all key numbering groups from the collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.