com.esri.arcgis.display
Interface esriLineJoinStyle

All Superinterfaces:
Serializable

public interface esriLineJoinStyle
extends Serializable

Line symbol join styles.

Description

esriLineJoinStyle specifies the appearance of line bends at vertices 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 esriLJSBevel
          Line joins are beveled.
static int esriLJSMitre
          Line joins are mitred.
static int esriLJSRound
          Line joins are round.
 

Field Detail

esriLJSMitre

static final int esriLJSMitre
Line joins are mitred.

See Also:
Constant Field Values

esriLJSRound

static final int esriLJSRound
Line joins are round.

See Also:
Constant Field Values

esriLJSBevel

static final int esriLJSBevel
Line joins are beveled.

See Also:
Constant Field Values