com.esri.arcgis.display
Interface esriDynamicSymbolRotationAlignment

All Superinterfaces:
java.io.Serializable

public interface esriDynamicSymbolRotationAlignment
extends java.io.Serializable

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

Description: 'Dynamic symbol rotation alignment.' 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 esriDSRANorth
          Draws the dynamic symbol type relative to north.
static int esriDSRAScreen
          Draws the dynamic symbol type relative to the screen.
 

Field Detail

esriDSRAScreen

static final int esriDSRAScreen
Draws the dynamic symbol type relative to the screen.

See Also:
Constant Field Values

esriDSRANorth

static final int esriDSRANorth
Draws the dynamic symbol type relative to north.

See Also:
Constant Field Values