com.esri.arcgis.display
Interface esriSimpleLineStyle

All Superinterfaces:
Serializable

public interface esriSimpleLineStyle
extends Serializable

Simple line symbol styles.

Description

esriSimpleLineStyle specifies the line pattern to be used with the ISimpleLineSymbol interface.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriSLSDash
          The line is dashed -------.
static int esriSLSDashDot
          The line has alternating dashes and dots _._._._.
static int esriSLSDashDotDot
          The line has alternating dashes and double dots _.._.._.
static int esriSLSDot
          The line is dotted .......
static int esriSLSInsideFrame
          The line will fit into it's bounding rectangle, if any.
static int esriSLSNull
          The line is invisible.
static int esriSLSSolid
          The line is solid.
 

Field Detail

esriSLSSolid

static final int esriSLSSolid
The line is solid.

See Also:
Constant Field Values

esriSLSDash

static final int esriSLSDash
The line is dashed -------.

See Also:
Constant Field Values

esriSLSDot

static final int esriSLSDot
The line is dotted .......

See Also:
Constant Field Values

esriSLSDashDot

static final int esriSLSDashDot
The line has alternating dashes and dots _._._._.

See Also:
Constant Field Values

esriSLSDashDotDot

static final int esriSLSDashDotDot
The line has alternating dashes and double dots _.._.._.

See Also:
Constant Field Values

esriSLSNull

static final int esriSLSNull
The line is invisible.

See Also:
Constant Field Values

esriSLSInsideFrame

static final int esriSLSInsideFrame
The line will fit into it's bounding rectangle, if any.

See Also:
Constant Field Values