com.esri.arcgis.carto
Interface esriVertPosEnum

All Superinterfaces:
java.io.Serializable

public interface esriVertPosEnum
extends java.io.Serializable

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

Description: 'Scalebar vertical 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 esriAbove
          Positioned above scalebar.
static int esriBelow
          Positioned below scalebar.
static int esriBottom
          Aligned with bottom of scalebar.
static int esriOn
          Vertically centered on scalebar.
static int esriTop
          Aligned with top of scalebar.
 

Field Detail

esriAbove

static final int esriAbove
Positioned above scalebar.

See Also:
Constant Field Values

esriTop

static final int esriTop
Aligned with top of scalebar.

See Also:
Constant Field Values

esriOn

static final int esriOn
Vertically centered on scalebar.

See Also:
Constant Field Values

esriBottom

static final int esriBottom
Aligned with bottom of scalebar.

See Also:
Constant Field Values

esriBelow

static final int esriBelow
Positioned below scalebar.

See Also:
Constant Field Values