com.esri.arcgis.carto
Interface esriBasicNumLabelsOption

All Superinterfaces:
Serializable

public interface esriBasicNumLabelsOption
extends Serializable

Duplicate label placement options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriNoLabelRestrictions
          No restrictions on the number of labels.
static int esriOneLabelPerName
          One label per name.
static int esriOneLabelPerPart
          One label per part.
static int esriOneLabelPerShape
          One label per shape.
 

Field Detail

esriNoLabelRestrictions

static final int esriNoLabelRestrictions
No restrictions on the number of labels.

See Also:
Constant Field Values

esriOneLabelPerName

static final int esriOneLabelPerName
One label per name.

See Also:
Constant Field Values

esriOneLabelPerShape

static final int esriOneLabelPerShape
One label per shape.

See Also:
Constant Field Values

esriOneLabelPerPart

static final int esriOneLabelPerPart
One label per part.

See Also:
Constant Field Values