com.esri.arcgis.trackinganalyst
Interface esriTrackingElevatedLineStyle

All Superinterfaces:
Serializable

public interface esriTrackingElevatedLineStyle
extends Serializable

Tracking elevated line style.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


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