This document is archived and information here might be outdated. Recommended version. |
Coordinate changes will be written if the shift is greater than this tolerance value.
[Visual Basic .NET]
Public Property MaximumShiftThreshold As Double
[C#]
public double MaximumShiftThreshold {get; set;}
[C++]
HRESULT get_MaximumShiftThreshold(
System.Double* Threshold
);
[C++]
HRESULT put_MaximumShiftThreshold(
double Threshold
);
[C++] Parameters Threshold [out, retval]
Threshold is a parameter of type double* Threshold [in]
Threshold is a parameter of type double