ArcObjects Library Reference (Carto)  

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

INorthArrow Interface