com.esri.arcgis.carto
Interface esriLabelEnvLabelStyleMethod

All Superinterfaces:
Serializable

public interface esriLabelEnvLabelStyleMethod
extends Serializable

Label environment, label style source options.

Remarks

Used by ILabelEnvironment::LabelStyleMethod.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriChooseLabelStyle
          Use label style from style gallery.
static int esriUseFeatureLayerLabelStyle
          Use label style from feature layer.
 

Field Detail

esriUseFeatureLayerLabelStyle

static final int esriUseFeatureLayerLabelStyle
Use label style from feature layer.

See Also:
Constant Field Values

esriChooseLabelStyle

static final int esriChooseLabelStyle
Use label style from style gallery.

See Also:
Constant Field Values