com.esri.arcgis.carto
Interface IHorizontalLegendItem

All Superinterfaces:
Serializable
All Known Implementing Classes:
HorizontalLegendItem, NestedLegendItem

public interface IHorizontalLegendItem
extends Serializable

Provides access to members that work with legend item arrangement.

Remarks

See the documentation for ILegendItem.

Product Availability

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


Method Summary
 int getArrangement()
          Legend item arrangement.
 void setArrangement(int arrangement)
          Legend item arrangement.
 

Method Detail

getArrangement

int getArrangement()
                   throws IOException,
                          AutomationException
Legend item arrangement.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setArrangement

void setArrangement(int arrangement)
                    throws IOException,
                           AutomationException
Legend item arrangement.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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