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


IEngineEditProperties2.AngularCorrectionOffset Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

IEngineEditProperties2.AngularCorrectionOffset Property

Angular Correction Offset.

[Visual Basic .NET]
Public Property AngularCorrectionOffset As Double
[C#]
public double AngularCorrectionOffset {get; set;}
[C++]
HRESULT get_AngularCorrectionOffset(
  double angOffset
);
[C++]
HRESULT put_AngularCorrectionOffset(
  System.Double* angOffset
);
[C++]

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

Product Availability

Available with ArcGIS Engine.

Description

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 UseGroundToGrid is set to true. By default AngularCorrectionOffset is 0 (no correction).

See Also

IEngineEditProperties2 Interface