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


INorthArrow2.Angle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INorthArrow2 Interface > INorthArrow2.Angle Property
ArcGIS Developer Help

INorthArrow2.Angle Property

The counter-clockwise rotation of the north arrow in degrees. This value is calculated from the map.

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

degrees is a parameter of type double*

Product Availability

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

See Also

INorthArrow2 Interface