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


IACLabelRenderer.RotationalAngles Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLabelRenderer Interface > IACLabelRenderer.RotationalAngles Property
ArcGIS Developer Help

IACLabelRenderer.RotationalAngles Property

The rotation angle of this label.

[Visual Basic .NET]
Public Property RotationalAngles As String
[C#]
public string RotationalAngles {get; set;}
[C++]
HRESULT get_RotationalAngles(
  System.String* angles
);
[C++]
HRESULT put_RotationalAngles(
  BSTR angles
);
[C++]
Parameters
angles [out, retval]

angles is a parameter of type BSTR* angles [in]
angles is a parameter of type BSTR

Product Availability

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

See Also

IACLabelRenderer Interface