com.esri.arcgis.carto
Interface esriHorzPosEnum

All Superinterfaces:
java.io.Serializable

public interface esriHorzPosEnum
extends java.io.Serializable

Constants from esriHorzPosEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Scalebar horizontal position options.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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