Distance Correction Factor.
[Visual Basic .NET] Public Property DistanceCorrectionFactor As Double
[C#] public double DistanceCorrectionFactor {get; set;}
[C++]
HRESULT get_DistanceCorrectionFactor(
double* distFactor
);
[C++]
HRESULT put_DistanceCorrectionFactor(
double distFactor
);
[C++]Parameters
distFactor [out, retval] distFactor is a parameter of type double distFactor [in] distFactor is a parameter of type double
Product Availability
Available with ArcGIS Engine.
Description
DistanceCorrectionFactor determines 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 UseGroundToGrid is set to true. By default DistanceCorrectionFactor is 1.