com.esri.arcgis.carto
Interface ILabelingDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
LabelingDescription

public interface ILabelingDescription
extends Serializable

Provides access to the Labeling Description Interface.

Product Availability

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


Method Summary
 ILabelClassDescriptions getLabelClassDescriptions()
          A collection of Label Class Description objects.
 void setLabelClassDescriptions(ILabelClassDescriptions ppLabelClassDescriptions)
          A collection of Label Class Description objects.
 

Method Detail

getLabelClassDescriptions

ILabelClassDescriptions getLabelClassDescriptions()
                                                  throws IOException,
                                                         AutomationException
A collection of Label Class Description objects.

Product Availability

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

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

setLabelClassDescriptions

void setLabelClassDescriptions(ILabelClassDescriptions ppLabelClassDescriptions)
                               throws IOException,
                                      AutomationException
A collection of Label Class Description objects.

Product Availability

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

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