com.esri.arcgis.carto
Interface ILineLabelPlacementDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
LineLabelPlacementDescription

public interface ILineLabelPlacementDescription
extends Serializable

Provides access to the Line Label Placement Description Interface.

Product Availability

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


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

Method Detail

getType

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

Product Availability

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

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

setType

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

Product Availability

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

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