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


IDimensionShape.TextAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionShape Interface > IDimensionShape.TextAngle Property
ArcGIS Developer Help

IDimensionShape.TextAngle Property

The angle of the text in radians.

[Visual Basic .NET]
Public Property TextAngle As Double
[C#]
public double TextAngle {get; set;}
[C++]
HRESULT get_TextAngle(
  System.Double* Angle
);
[C++]
HRESULT put_TextAngle(
  double Angle
);
[C++]
Parameters
Angle [out, retval]

Angle is a parameter of type double* Angle [in]
Angle is a parameter of type double

Product Availability

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

See Also

IDimensionShape Interface