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


IText3DElement.RotationAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.RotationAngle Property
ArcGIS Developer Help

IText3DElement.RotationAngle Property

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(
  System.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

Product Availability

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

See Also

IText3DElement Interface