com.esri.arcgis.display
Interface esriDynamicSymbolType

All Superinterfaces:
java.io.Serializable

public interface esriDynamicSymbolType
extends java.io.Serializable

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

Description: 'Dynamic symbol types.' 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 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