This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRotationRenderer2 Interface > IRotationRenderer2.SymbolRotation3DRotationTypeZ Property (ArcObjects .NET 10.5 SDK) |
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