com.esri.arcgis.display
Interface esriScaleSnapping

All Superinterfaces:
Serializable

public interface esriScaleSnapping
extends Serializable

Scale snapping setting.

Product Availability

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


Field Summary
static int esriStandardScaleSnapping
          Snap scales to a set of standard scales.
static int esriUserScaleSnapping
          Snap scales only to user scales.
 

Field Detail

esriStandardScaleSnapping

static final int esriStandardScaleSnapping
Snap scales to a set of standard scales. Includes user scales.

See Also:
Constant Field Values

esriUserScaleSnapping

static final int esriUserScaleSnapping
Snap scales only to user scales.

See Also:
Constant Field Values