com.esri.arcgis.carto
Interface esriDynamicLegendType

All Superinterfaces:
Serializable

public interface esriDynamicLegendType
extends Serializable

Options for instrumenting a renderer for sampling legend information.

Product Availability

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


Field Summary
static int esriDynamicLegendTypeCount
          Counts the number of times a legend class is drawn.
static int esriDynamicLegendTypeNone
          Disable sampling of legend info.
static int esriDynamicLegendTypeVisibility
          Determine whether a legend class is drawn.
 

Field Detail

esriDynamicLegendTypeNone

static final int esriDynamicLegendTypeNone
Disable sampling of legend info.

See Also:
Constant Field Values

esriDynamicLegendTypeVisibility

static final int esriDynamicLegendTypeVisibility
Determine whether a legend class is drawn. IDynamicLegendClass::Count is set to 0 or 1.

See Also:
Constant Field Values

esriDynamicLegendTypeCount

static final int esriDynamicLegendTypeCount
Counts the number of times a legend class is drawn. Count is found in IDynamicLegendClass::Count.

See Also:
Constant Field Values