com.esri.arcgis.carto
Interface esriMaplexLabelAnchorPoint

All Superinterfaces:
Serializable

public interface esriMaplexLabelAnchorPoint
extends Serializable

Label Anchor Point Enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMaplexCenterOfLabel
          Anchor point is the center of the label.
static int esriMaplexFurthestSideOfLabel
          Anchor point is the furthest side of the label.
static int esriMaplexNearestSideOfLabel
          Anchor point is the nearest side of the label.
 

Field Detail

esriMaplexCenterOfLabel

static final int esriMaplexCenterOfLabel
Anchor point is the center of the label.

See Also:
Constant Field Values

esriMaplexNearestSideOfLabel

static final int esriMaplexNearestSideOfLabel
Anchor point is the nearest side of the label.

See Also:
Constant Field Values

esriMaplexFurthestSideOfLabel

static final int esriMaplexFurthestSideOfLabel
Anchor point is the furthest side of the label.

See Also:
Constant Field Values