com.esri.arcgis.display
Interface esriDynamicGlyphType

All Superinterfaces:
Serializable

public interface esriDynamicGlyphType
extends Serializable

Dynamic glyph types.

Product Availability

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


Field Summary
static int esriDGlyphFill
          The glyph is a Fill.
static int esriDGlyphLine
          The glyph is a line.
static int esriDGlyphMarker
          The glyph is a marker.
static int esriDGlyphText
          The glyph is a Text.
 

Field Detail

esriDGlyphMarker

static final int esriDGlyphMarker
The glyph is a marker.

See Also:
Constant Field Values

esriDGlyphLine

static final int esriDGlyphLine
The glyph is a line.

See Also:
Constant Field Values

esriDGlyphText

static final int esriDGlyphText
The glyph is a Text.

See Also:
Constant Field Values

esriDGlyphFill

static final int esriDGlyphFill
The glyph is a Fill.

See Also:
Constant Field Values