This document is archived and information here might be outdated. Recommended version. |
Distance between the extremity nodes of the links and the break points that will be inserted on the links that are overlapping.
[Visual Basic .NET] Public Property BreakPointDistance As Double
[C#] public double BreakPointDistance {get; set;}
[C++]
HRESULT get_BreakPointDistance(
System.Double* pVal
);
[C++]
HRESULT put_BreakPointDistance(
double pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type double* pVal [in]
pVal is a parameter of type double