com.esri.arcgis.carto
Interface esriMaplexContourAlignmentType

All Superinterfaces:
Serializable

public interface esriMaplexContourAlignmentType
extends Serializable

Maplex contour label alignment options.

Product Availability

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


Field Summary
static int esriMaplexPageAlignment
          Identifies a page alignment where the label is kept upright
static int esriMaplexUphillAlignment
          Identifies the uphile aligment where the top of the label faces the top of the slope.
 

Field Detail

esriMaplexUphillAlignment

static final int esriMaplexUphillAlignment
Identifies the uphile aligment where the top of the label faces the top of the slope.

See Also:
Constant Field Values

esriMaplexPageAlignment

static final int esriMaplexPageAlignment
Identifies a page alignment where the label is kept upright

See Also:
Constant Field Values