com.esri.arcgis.carto
Interface acRangeType

All Superinterfaces:
Serializable

public interface acRangeType
extends Serializable

ArcIMS range type options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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