com.esri.arcgis.carto
Interface esriMapClipType

All Superinterfaces:
Serializable

public interface esriMapClipType
extends Serializable

Map clipping types

Product Availability

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


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