com.esri.arcgis.display
Interface esriLineCapStyle

All Superinterfaces:
Serializable

public interface esriLineCapStyle
extends Serializable

Line symbol cap styles.

Description

esriLineCapStyle specifies the appearance of line start and end nodes used with the ICartographicLineSymbol interface.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriLCSButt
          Line ends do not extend passed the end points.
static int esriLCSRound
          Line ends are rounded at the end points.
static int esriLCSSquare
          Line ends are squared off at the end points.
 

Field Detail

esriLCSButt

static final int esriLCSButt
Line ends do not extend passed the end points.

See Also:
Constant Field Values

esriLCSRound

static final int esriLCSRound
Line ends are rounded at the end points.

See Also:
Constant Field Values

esriLCSSquare

static final int esriLCSSquare
Line ends are squared off at the end points.

See Also:
Constant Field Values