com.esri.arcgis.carto
Interface esriMaplexContourLadderType

All Superinterfaces:
Serializable

public interface esriMaplexContourLadderType
extends Serializable

Maplex contour label laddering options.

Product Availability

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


Field Summary
static int esriMaplexCurvedLadder
          Indicates that the ladders should be curved.
static int esriMaplexNoLadder
          Indicates that laddering is disabled.
static int esriMaplexStraightLadder
          Indicates that the ladders should be straight.
 

Field Detail

esriMaplexNoLadder

static final int esriMaplexNoLadder
Indicates that laddering is disabled.

See Also:
Constant Field Values

esriMaplexStraightLadder

static final int esriMaplexStraightLadder
Indicates that the ladders should be straight.

See Also:
Constant Field Values

esriMaplexCurvedLadder

static final int esriMaplexCurvedLadder
Indicates that the ladders should be curved.

See Also:
Constant Field Values