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


IRotationRenderer2.SymbolRotation3DRotationTypeZ Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRotationRenderer2 Interface > IRotationRenderer2.SymbolRotation3DRotationTypeZ Property
ArcGIS Developer Help

IRotationRenderer2.SymbolRotation3DRotationTypeZ Property

Gets rotation type (geographic or arithmetic) about the Z axis (hardcoded arithmetic about other axes).

[Visual Basic .NET]
Public Property SymbolRotation3DRotationTypeZ As esriSymbolRotationType
[C#]
public esriSymbolRotationType SymbolRotation3DRotationTypeZ {get; set;}
[C++]
HRESULT get_SymbolRotation3DRotationTypeZ(
  esriSymbolRotationType* pType
);
[C++]
HRESULT put_SymbolRotation3DRotationTypeZ(
  esriSymbolRotationType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriSymbolRotationType* pType [in]
pType is a parameter of type esriSymbolRotationType

Product Availability

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

See Also

IRotationRenderer2 Interface