com.esri.arcgis.display
Interface esriDashAttributeType

All Superinterfaces:
Serializable

public interface esriDashAttributeType
extends Serializable

Types of dash attributes.

Product Availability

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


Field Summary
static int esriDashAttributeTypeFillsAndGaps
          Pattern is composed of fills and gaps.
static int esriDashAttributeTypeOnlyGaps
          Pattern is composed of gaps only.
 

Field Detail

esriDashAttributeTypeFillsAndGaps

static final int esriDashAttributeTypeFillsAndGaps
Pattern is composed of fills and gaps.

See Also:
Constant Field Values

esriDashAttributeTypeOnlyGaps

static final int esriDashAttributeTypeOnlyGaps
Pattern is composed of gaps only.

See Also:
Constant Field Values