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


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

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