com.esri.arcgis.display
Interface esriDynamicSymbolRotationAlignment

All Superinterfaces:
Serializable

public interface esriDynamicSymbolRotationAlignment
extends Serializable

Dynamic symbol rotation alignment.

Product Availability

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


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