com.esri.arcgis.carto
Interface esriLabelWhichFeatures

All Superinterfaces:
Serializable

public interface esriLabelWhichFeatures
extends Serializable

Esri standard feature labeling options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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