com.esri.arcgis.carto
Interface esriMapClipType

All Superinterfaces:
java.io.Serializable

public interface esriMapClipType
extends java.io.Serializable

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

Description: 'Map clipping types' 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 esriMapClipMapExtent
          Clip to the extent of another map.
static int esriMapClipNone
          No clipping
static int esriMapClipPageIndex
          Clip to the extent of the current page shape.
static int esriMapClipShape
          Clip to a simple shape.
 

Field Detail

esriMapClipNone

static final int esriMapClipNone
No clipping

See Also:
Constant Field Values

esriMapClipShape

static final int esriMapClipShape
Clip to a simple shape.

See Also:
Constant Field Values

esriMapClipMapExtent

static final int esriMapClipMapExtent
Clip to the extent of another map.

See Also:
Constant Field Values

esriMapClipPageIndex

static final int esriMapClipPageIndex
Clip to the extent of the current page shape.

See Also:
Constant Field Values