com.esri.arcgis.carto
Interface esriDimensionTextDisplay

All Superinterfaces:
Serializable

public interface esriDimensionTextDisplay
extends Serializable

Dimension Text Display Options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDimensionTDExpression
          Display a text string derived from a custom expression.
static int esriDimensionTDNone
          Do not display any text.
static int esriDimensionTDPrefixSuffix
          Display the value of the dimension length with a prefix and suffix.
static int esriDimensionTDValueOnly
          Only display the value of the dimension length.
 

Field Detail

esriDimensionTDValueOnly

static final int esriDimensionTDValueOnly
Only display the value of the dimension length.

See Also:
Constant Field Values

esriDimensionTDPrefixSuffix

static final int esriDimensionTDPrefixSuffix
Display the value of the dimension length with a prefix and suffix.

See Also:
Constant Field Values

esriDimensionTDExpression

static final int esriDimensionTDExpression
Display a text string derived from a custom expression.

See Also:
Constant Field Values

esriDimensionTDNone

static final int esriDimensionTDNone
Do not display any text.

See Also:
Constant Field Values