com.esri.arcgis.location
Interface esriHatchAlignmentType

All Superinterfaces:
Serializable

public interface esriHatchAlignmentType
extends Serializable

Options for hatch alignment.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriHatchAlignCenter
          Center-justify hatch line.
static int esriHatchAlignLeft
          Left-justify hatch line.
static int esriHatchAlignRight
          Right-justify hatch line.
 

Field Detail

esriHatchAlignRight

static final int esriHatchAlignRight
Right-justify hatch line.

See Also:
Constant Field Values

esriHatchAlignCenter

static final int esriHatchAlignCenter
Center-justify hatch line.

See Also:
Constant Field Values

esriHatchAlignLeft

static final int esriHatchAlignLeft
Left-justify hatch line.

See Also:
Constant Field Values