This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INorthArrow2 Interface > INorthArrow2.CalibrationAngle Property (ArcObjects .NET 10.5 SDK) |
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