com.esri.arcgis.carto
Interface IPolygonLabelPlacementDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
PolygonLabelPlacementDescription

public interface IPolygonLabelPlacementDescription
extends Serializable

Provides access to the Polygon Label Placement Description Interface.

Product Availability

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


Method Summary
 int getType()
          Polygon Label Placement Type.
 void setType(int placementType)
          Polygon Label Placement Type.
 

Method Detail

getType

int getType()
            throws IOException,
                   AutomationException
Polygon Label Placement Type.

Product Availability

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

Returns:
A com.esri.arcgis.carto.esriServerPolygonLabelPlacementType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(int placementType)
             throws IOException,
                    AutomationException
Polygon Label Placement Type.

Product Availability

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

Parameters:
placementType - A com.esri.arcgis.carto.esriServerPolygonLabelPlacementType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.