This document is archived and information here might be outdated.  Recommended version.


esriSymbolRotation3DFlags Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Constants > E > esriSymbolRotation3DFlags Constants
ArcGIS Developer Help

esriSymbolRotation3DFlags Constants

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

Constant Value Description
esriSymbolRotation3DNone 0 No rotation.
esriSymbolRotation3DUseExpressionX 1 Use x-axis rotation expression.
esriSymbolRotation3DUseExpressionY 2 Use y-axis rotation expression.
esriSymbolRotation3DUseExpressionZ 4 Use z-axis rotation expression.
esriSymbolRotation3DRandomX 8 Use x-axis random rotation.
esriSymbolRotation3DRandomY 16 Use y-axis random rotation.
esriSymbolRotation3DRandomZ 32 Use z-axis random rotation.

Product Availability

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