com.esri.arcgis.display
Interface esriDynamicSymbolType

All Superinterfaces:
Serializable

public interface esriDynamicSymbolType
extends Serializable

Dynamic symbol types.

Product Availability

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


Field Summary
static int esriDSymbolFill
          Draw filled polygon to the dynamic display.
static int esriDSymbolLine
          Draw line to the dynamic display.
static int esriDSymbolMarker
          Draw marker to the dynamic display.
static int esriDSymbolText
          Draw text to the dynamic display.
 

Field Detail

esriDSymbolMarker

static final int esriDSymbolMarker
Draw marker to the dynamic display.

See Also:
Constant Field Values

esriDSymbolLine

static final int esriDSymbolLine
Draw line to the dynamic display.

See Also:
Constant Field Values

esriDSymbolText

static final int esriDSymbolText
Draw text to the dynamic display.

See Also:
Constant Field Values

esriDSymbolFill

static final int esriDSymbolFill
Draw filled polygon to the dynamic display.

See Also:
Constant Field Values