com.esri.arcgis.carto
Interface esriDimensionMarkerFit

All Superinterfaces:
Serializable

public interface esriDimensionMarkerFit
extends Serializable

Dimension Marker Fit Options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDimensionMarkerFitNone
          Do not fit markers with text.
static int esriDimensionMarkerFitText
          Fit markers when overlapping the text.
static int esriDimensionMarkerFitTolerance
          Fit markers with text using the length of the dimension line.
 

Field Detail

esriDimensionMarkerFitNone

static final int esriDimensionMarkerFitNone
Do not fit markers with text.

See Also:
Constant Field Values

esriDimensionMarkerFitTolerance

static final int esriDimensionMarkerFitTolerance
Fit markers with text using the length of the dimension line.

See Also:
Constant Field Values

esriDimensionMarkerFitText

static final int esriDimensionMarkerFitText
Fit markers when overlapping the text.

See Also:
Constant Field Values