com.esri.arcgis.carto
Interface esriSymbolRotation3DFlags

All Superinterfaces:
Serializable

public interface esriSymbolRotation3DFlags
extends Serializable

Marker symbol 3-D rotation options for use with IRotationRenderer2. Used for all symbols, not just 3D; used for all apps, including ArcMap.

Product Availability

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


Field Summary
static int esriSymbolRotation3DNone
          No rotation.
static int esriSymbolRotation3DRandomX
          Use x-axis random rotation.
static int esriSymbolRotation3DRandomY
          Use y-axis random rotation.
static int esriSymbolRotation3DRandomZ
          Use z-axis random rotation.
static int esriSymbolRotation3DUseExpressionX
          Use x-axis rotation expression.
static int esriSymbolRotation3DUseExpressionY
          Use y-axis rotation expression.
static int esriSymbolRotation3DUseExpressionZ
          Use z-axis rotation expression.
 

Field Detail

esriSymbolRotation3DNone

static final int esriSymbolRotation3DNone
No rotation.

See Also:
Constant Field Values

esriSymbolRotation3DUseExpressionX

static final int esriSymbolRotation3DUseExpressionX
Use x-axis rotation expression.

See Also:
Constant Field Values

esriSymbolRotation3DUseExpressionY

static final int esriSymbolRotation3DUseExpressionY
Use y-axis rotation expression.

See Also:
Constant Field Values

esriSymbolRotation3DUseExpressionZ

static final int esriSymbolRotation3DUseExpressionZ
Use z-axis rotation expression.

See Also:
Constant Field Values

esriSymbolRotation3DRandomX

static final int esriSymbolRotation3DRandomX
Use x-axis random rotation.

See Also:
Constant Field Values

esriSymbolRotation3DRandomY

static final int esriSymbolRotation3DRandomY
Use y-axis random rotation.

See Also:
Constant Field Values

esriSymbolRotation3DRandomZ

static final int esriSymbolRotation3DRandomZ
Use z-axis random rotation.

See Also:
Constant Field Values