ArcObjects Library Reference (Carto)  

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

INorthArrow Interface