com.esri.arcgis.carto
Interface esriDynamicLegendType

All Superinterfaces:
java.io.Serializable

public interface esriDynamicLegendType
extends java.io.Serializable

Constants from esriDynamicLegendType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Options for instrumenting a renderer for sampling legend information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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