com.esri.arcgis.carto
Interface IMaplexOverposterProperties2

All Superinterfaces:
Serializable
All Known Implementing Classes:
MaplexOverposterProperties

public interface IMaplexOverposterProperties2
extends Serializable

Provides access to members that are common to all layers being labeled.

Product Availability

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


Method Summary
 IMaplexKeyNumberGroups getKeyNumberGroups()
          Key numbering groups used by placement.
 void setKeyNumberGroupsByRef(IMaplexKeyNumberGroups groups)
          Key numbering groups used by placement.
 

Method Detail

getKeyNumberGroups

IMaplexKeyNumberGroups getKeyNumberGroups()
                                          throws IOException,
                                                 AutomationException
Key numbering groups used by placement.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IMaplexKeyNumberGroups
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKeyNumberGroupsByRef

void setKeyNumberGroupsByRef(IMaplexKeyNumberGroups groups)
                             throws IOException,
                                    AutomationException
Key numbering groups used by placement.

Product Availability

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

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