This document is archived and information here might be outdated. Recommended version. |
Tolerance either side of the specified position.
[Visual Basic .NET]
Public Property Tolerance As Double
[C#]
public double Tolerance {get; set;}
[C++]
HRESULT get_Tolerance(
System.Double* Distance
);
[C++]
HRESULT put_Tolerance(
double Distance
);
[C++] Parameters Distance [out, retval]
Distance is a parameter of type double* Distance [in]
Distance is a parameter of type double