com.esri.arcgis.trackinganalyst
Interface esriTrackingElevatedLineStyle

All Superinterfaces:
java.io.Serializable

public interface esriTrackingElevatedLineStyle
extends java.io.Serializable

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

Description: 'Tracking elevated line style.' 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 esriTELSElevatedLine
          Draw elevated line, and elevate the symbol.
static int esriTELSElevatedLineWithPoint
          Draw elevated line and a point at the symbol's original location, and elevate the symbol.
static int esriTELSNoElevatedLine
          Do not draw elevated line.
 

Field Detail

esriTELSNoElevatedLine

static final int esriTELSNoElevatedLine
Do not draw elevated line.

See Also:
Constant Field Values

esriTELSElevatedLine

static final int esriTELSElevatedLine
Draw elevated line, and elevate the symbol.

See Also:
Constant Field Values

esriTELSElevatedLineWithPoint

static final int esriTELSElevatedLineWithPoint
Draw elevated line and a point at the symbol's original location, and elevate the symbol.

See Also:
Constant Field Values