com.esri.arcgis.carto
Interface acLabelMode

All Superinterfaces:
Serializable

public interface acLabelMode
extends Serializable

ArcIMS label mode options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acFullLabel
          Full label.
static int acNumericOnlyLabel
          Numeric only label.
 

Field Detail

acFullLabel

static final int acFullLabel
Full label.

See Also:
Constant Field Values

acNumericOnlyLabel

static final int acNumericOnlyLabel
Numeric only label.

See Also:
Constant Field Values