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


IEditProperties2.DistanceCorrectionFactor 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.DistanceCorrectionFactor Property
ArcGIS Developer Help

IEditProperties2.DistanceCorrectionFactor Property

Distance Correction Factor.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to determine the distance amount applied when length measurements are input into the editor.  The value may be accessed or modified at any time; however, it is applied only when IEditProperties::UseGroundToGrid is set to True.  The default value is 0 (no correction). 

See Also

IEditProperties2 Interface