ArcObjects Library Reference (DefenseSolutions)  

IAttributeText2.Angle Property

The angle of the text, expressed in radians.

[Visual Basic .NET]
Public Property Angle As Double
[C#]
public double Angle {get; set;}
[C++]
HRESULT get_Angle(
  double* dAngle
);
[C++]
HRESULT put_Angle(
  double dAngle
);
[C++]

Parameters

dAngle [out, retval]   dAngle is a parameter of type double dAngle [in]   dAngle is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAttributeText2 Interface