This document is archived and information here might be outdated. Recommended version. |
Threshold value beyond which two schematic link points are said to be non overlapping.
[Visual Basic .NET]
Public Property Precision As Double
[C#]
public double Precision {get; set;}
[C++]
HRESULT get_Precision(
System.Double* Precision
);
[C++]
HRESULT put_Precision(
double Precision
);
[C++] Parameters Precision [out, retval]
Precision is a parameter of type double* Precision [in]
Precision is a parameter of type double