com.esri.arcgis.carto
Interface acLineType

All Superinterfaces:
java.io.Serializable

public interface acLineType
extends java.io.Serializable

Constants from acLineType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'ArcIMS line type options.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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