ArcObjects Library Reference (Editor)  

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