com.esri.arcgis.carto
Interface acNumLabels

All Superinterfaces:
Serializable

public interface acNumLabels
extends Serializable

ArcIMS number of labels options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acOneLabelPerName
          One label per name.
static int acOneLabelPerPart
          One label per part.
static int acOneLabelPerShape
          One label per shape.
 

Field Detail

acOneLabelPerName

static final int acOneLabelPerName
One label per name.

See Also:
Constant Field Values

acOneLabelPerShape

static final int acOneLabelPerShape
One label per shape.

See Also:
Constant Field Values

acOneLabelPerPart

static final int acOneLabelPerPart
One label per part.

See Also:
Constant Field Values