com.esri.arcgis.carto
Interface acLineType

All Superinterfaces:
Serializable

public interface acLineType
extends Serializable

ArcIMS line type options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acDashDotDotLine
          A dash-dot-dot line.
static int acDashDotLine
          A dash-dot line.
static int acDashLine
          A dashed line.
static int acDotLine
          A dotted line.
static int acSolidLine
          A solid line.
 

Field Detail

acSolidLine

static final int acSolidLine
A solid line.

See Also:
Constant Field Values

acDashLine

static final int acDashLine
A dashed line.

See Also:
Constant Field Values

acDotLine

static final int acDotLine
A dotted line.

See Also:
Constant Field Values

acDashDotLine

static final int acDashDotLine
A dash-dot line.

See Also:
Constant Field Values

acDashDotDotLine

static final int acDashDotDotLine
A dash-dot-dot line.

See Also:
Constant Field Values