com.esri.arcgis.carto
Interface esriMaplexKeyNumberResetType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexKeyNumberResetType
extends java.io.Serializable

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

Description: 'Identifies the options for reseting the key numbers in a Maplex key numbering group.' 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 esriMaplexKeyNumberResetTypeAlways
          Key numbers are always reset.
static int esriMaplexKeyNumberResetTypeMaybe
          Key numbers maybe reset.
static int esriMaplexKeyNumberResetTypeNone
          Key numbers are not reset.
 

Field Detail

esriMaplexKeyNumberResetTypeNone

static final int esriMaplexKeyNumberResetTypeNone
Key numbers are not reset.

See Also:
Constant Field Values

esriMaplexKeyNumberResetTypeMaybe

static final int esriMaplexKeyNumberResetTypeMaybe
Key numbers maybe reset.

See Also:
Constant Field Values

esriMaplexKeyNumberResetTypeAlways

static final int esriMaplexKeyNumberResetTypeAlways
Key numbers are always reset.

See Also:
Constant Field Values