com.esri.arcgis.controls
Interface esriARExtentType

All Superinterfaces:
Serializable

public interface esriARExtentType
extends Serializable

Extent type options.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.


Field Summary
static int esriARExtentTypeFixedExtent
          The extent is fixed to a specific extent.
static int esriARExtentTypeFixedScale
          The extent is calculated to preserve a specific scale.
static int esriARExtentTypeNotFixed
          The extent is not fixed to a specific scale or extent.
 

Field Detail

esriARExtentTypeNotFixed

static final int esriARExtentTypeNotFixed
The extent is not fixed to a specific scale or extent.

See Also:
Constant Field Values

esriARExtentTypeFixedScale

static final int esriARExtentTypeFixedScale
The extent is calculated to preserve a specific scale.

See Also:
Constant Field Values

esriARExtentTypeFixedExtent

static final int esriARExtentTypeFixedExtent
The extent is fixed to a specific extent.

See Also:
Constant Field Values