This document is archived and information here might be outdated. Recommended version. |
Number comprised between 0 and 1 used to compute the distance between the links or the link segments that are overlapping so that they are separated.
[Visual Basic .NET] Public Property DistanceBetweenLinks As Double
[C#] public double DistanceBetweenLinks {get; set;}
[C++]
HRESULT get_DistanceBetweenLinks(
System.Double* pVal
);
[C++]
HRESULT put_DistanceBetweenLinks(
double pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type double* pVal [in]
pVal is a parameter of type double