com.esri.arcgis.carto
Interface esriLabelWhichFeatures

All Superinterfaces:
java.io.Serializable

public interface esriLabelWhichFeatures
extends java.io.Serializable

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

Description: 'Esri standard feature labeling options.' 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 esriAllFeatures
          Label all features.
static int esriSelectedFeatures
          Label only selected features.
static int esriVisibleFeatures
          Label only currently visible features.
 

Field Detail

esriAllFeatures

static final int esriAllFeatures
Label all features.

See Also:
Constant Field Values

esriVisibleFeatures

static final int esriVisibleFeatures
Label only currently visible features.

See Also:
Constant Field Values

esriSelectedFeatures

static final int esriSelectedFeatures
Label only selected features.

See Also:
Constant Field Values