This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.RotationAngle Property (ArcObjects .NET 10.4 SDK) |
The rotation angle about the rotation axis.
[Visual Basic .NET] Public Property RotationAngle As Double
[C#] public double RotationAngle {get; set;}
[C++]
HRESULT get_RotationAngle(
double* pAngle
);
[C++]
HRESULT put_RotationAngle(
double pAngle
);
[C++]
Parameters pAngle [out, retval] pAngle is a parameter of type double pAngle [in] pAngle is a parameter of type double