com.esri.arcgis.controls
Interface esriARExtentType

All Superinterfaces:
java.io.Serializable

public interface esriARExtentType
extends java.io.Serializable

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

Description: 'Extent 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 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