com.esri.arcgis.carto
Interface acRangeType

All Superinterfaces:
java.io.Serializable

public interface acRangeType
extends java.io.Serializable

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

Description: 'ArcIMS range type 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 acAllOtherValues
          All other values.
static int acExactValue
          Exact value.
static int acRangeOfValues
          Range of values.
 

Field Detail

acExactValue

static final int acExactValue
Exact value.

See Also:
Constant Field Values

acRangeOfValues

static final int acRangeOfValues
Range of values.

See Also:
Constant Field Values

acAllOtherValues

static final int acAllOtherValues
All other values.

See Also:
Constant Field Values