com.esri.arcgis.carto
Interface esriHorzPosEnum

All Superinterfaces:
Serializable

public interface esriHorzPosEnum
extends Serializable

Scalebar horizontal position options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAfter
          Positioned after scalebar.
static int esriBefore
          Positioned before scalebar.
static int esriCenter
          Horizontally centered on scalebar.
static int esriLeft
          Aligned with left of scalebar.
static int esriRight
          Aligned with right of scalebar.
 

Field Detail

esriBefore

static final int esriBefore
Positioned before scalebar.

See Also:
Constant Field Values

esriLeft

static final int esriLeft
Aligned with left of scalebar.

See Also:
Constant Field Values

esriCenter

static final int esriCenter
Horizontally centered on scalebar.

See Also:
Constant Field Values

esriRight

static final int esriRight
Aligned with right of scalebar.

See Also:
Constant Field Values

esriAfter

static final int esriAfter
Positioned after scalebar.

See Also:
Constant Field Values