This document is archived and information here might be outdated. Recommended version. |
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(
System.Double* distFactor
);
[C++] Parameters distFactor [in]
distFactor is a parameter of type double distFactor [out, retval]
distFactor is a parameter of type double*
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.