com.esri.arcgis.carto
Interface esriSymbolRotation3DFlags

All Superinterfaces:
java.io.Serializable

public interface esriSymbolRotation3DFlags
extends java.io.Serializable

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

Description: 'Marker symbol 3-D rotation options for use with IRotationRenderer2. Used for all symbols, not just 3D; used for all apps, including ArcMap.' 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 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