com.esri.arcgis.carto
Interface esriMaplexContourLadderType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexContourLadderType
extends java.io.Serializable

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

Description: 'Maplex contour label laddering 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 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