com.esri.arcgis.location
Interface esriHatchTextDisplay

All Superinterfaces:
Serializable

public interface esriHatchTextDisplay
extends Serializable

Hatch text display options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriHatchTDExpression
          Display a text string derived from a custom expression.
static int esriHatchTDNone
          Do not display any text.
static int esriHatchTDPrefixSuffix
          Display the measure value with a prefix and suffix.
static int esriHatchTDValueOnly
          Only display the measure value.
 

Field Detail

esriHatchTDValueOnly

static final int esriHatchTDValueOnly
Only display the measure value.

See Also:
Constant Field Values

esriHatchTDPrefixSuffix

static final int esriHatchTDPrefixSuffix
Display the measure value with a prefix and suffix.

See Also:
Constant Field Values

esriHatchTDExpression

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

See Also:
Constant Field Values

esriHatchTDNone

static final int esriHatchTDNone
Do not display any text.

See Also:
Constant Field Values