com.esri.arcgis.maplex
Interface IEnumMaplexPlacedLabel

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumMaplexPlacedLabel, IEnumMaplexPlacedLabelProxy

public interface IEnumMaplexPlacedLabel
extends Serializable

Provides access to an enumeration of placed labels created by Maplex Overposter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Maplex Extension.


Method Summary
 IMaplexPlacedLabel next()
          Next placed label in the enumeration.
 void reset()
          Reset the enumeration to the beginning.
 

Method Detail

next

IMaplexPlacedLabel next()
                        throws IOException,
                               AutomationException
Next placed label in the enumeration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Maplex Extension.

Supported Platforms

Windows

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

reset

void reset()
           throws IOException,
                  AutomationException
Reset the enumeration to the beginning.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Maplex Extension.

Supported Platforms

Windows

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