This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoSquareLinks Interface > ISchematicAlgoSquareLinks.BreakPoint Property (ArcObjects .NET 10.5 SDK) |
Number comprised between 0 and 1 that allows computing the distance between the extremity node of the links and the break points that will be inserted on the links that are overlapping.
[Visual Basic .NET] Public Property BreakPoint As Double
[C#] public double BreakPoint {get; set;}
[C++]
HRESULT get_BreakPoint(
double* pVal
);
[C++]
HRESULT put_BreakPoint(
double pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type double pVal [in] pVal is a parameter of type double