com.esri.arcgis.carto
Interface esriMaplexAnchorPointType

All Superinterfaces:
Serializable

public interface esriMaplexAnchorPointType
extends Serializable

Maplex anchor point options.

Product Availability

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


Field Summary
static int esriMaplexErodedCenter
          Identifies the eroded center of a feature.
static int esriMaplexGeometricCenter
          Identifies the geometric center of a feature.
static int esriMaplexPerimeter
          Identifies the outline of a feature.
static int esriMaplexUnclippedGeometricCenter
          Identifies the unclipped geometric center of a feature.
 

Field Detail

esriMaplexGeometricCenter

static final int esriMaplexGeometricCenter
Identifies the geometric center of a feature.

See Also:
Constant Field Values

esriMaplexErodedCenter

static final int esriMaplexErodedCenter
Identifies the eroded center of a feature.

See Also:
Constant Field Values

esriMaplexPerimeter

static final int esriMaplexPerimeter
Identifies the outline of a feature.

See Also:
Constant Field Values

esriMaplexUnclippedGeometricCenter

static final int esriMaplexUnclippedGeometricCenter
Identifies the unclipped geometric center of a feature.

See Also:
Constant Field Values