ArcObjects Library Reference (Carto)  

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