com.esri.arcgis.location
Interface esriConvertHatchesToGraphicsType

All Superinterfaces:
Serializable

public interface esriConvertHatchesToGraphicsType
extends Serializable

Different options for converting to graphics.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriConvertHatchesSelected
          Only converts hatches from the selected features to graphics.
static int esriConvertHatchesVisible
          Only converts hatches from features in the visible extent to graphics.
static int esriConvertHatchesWholeLayer
          Converts the whole layer's hatches to graphics.
 

Field Detail

esriConvertHatchesWholeLayer

static final int esriConvertHatchesWholeLayer
Converts the whole layer's hatches to graphics.

See Also:
Constant Field Values

esriConvertHatchesVisible

static final int esriConvertHatchesVisible
Only converts hatches from features in the visible extent to graphics.

See Also:
Constant Field Values

esriConvertHatchesSelected

static final int esriConvertHatchesSelected
Only converts hatches from the selected features to graphics.

See Also:
Constant Field Values