This document is archived and information here might be outdated. Recommended version. |
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