com.esri.arcgis.carto
Interface IDynamicLegendClass

All Superinterfaces:
Serializable
All Known Implementing Classes:
LegendClass, TemporalLegendClass

public interface IDynamicLegendClass
extends Serializable

Dynamic information for a legend class.

Product Availability

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


Method Summary
 int getCount()
          Count of the times the legend class appears in the visible map extent.
 void setCount(int count)
          Count of the times the legend class appears in the visible map extent.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
Count of the times the legend class appears in the visible map extent. Initialized using IDynamicLegendLayer.

Product Availability

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

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

setCount

void setCount(int count)
              throws IOException,
                     AutomationException
Count of the times the legend class appears in the visible map extent. Initialized using IDynamicLegendLayer.

Product Availability

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

Parameters:
count - The count (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.