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


INorthArrow2.CalibrationAngle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

INorthArrow2.CalibrationAngle Property

Calibration angle. Rotation is modified by this angle.

[Visual Basic .NET]
Public Property CalibrationAngle As Double
[C#]
public double CalibrationAngle {get; set;}
[C++]
HRESULT get_CalibrationAngle(
  double* degrees
);
[C++]
HRESULT put_CalibrationAngle(
  double degrees
);
[C++]

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

Product Availability

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

See Also

INorthArrow2 Interface