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


IEditProperties2.AngularCorrectionOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditProperties2 Interface > IEditProperties2.AngularCorrectionOffset Property
ArcGIS Developer Help

IEditProperties2.AngularCorrectionOffset Property

Angular Correction Offset.

[Visual Basic .NET]
Public Property AngularCorrectionOffset As Double
[C#]
public double AngularCorrectionOffset {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

AngularCorrectionOffset determines the amount of correction applied to each entered angular value.  The offset is specified in radians.  This property may be accessed at any time; it is only applied when the IEditProperties2::UseGroundToGrid is True.  The default value is 0 (no correction).

See Also

IEditProperties2 Interface