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 > ISchematicAlgoSeparateOverlappingLinks Interface > ISchematicAlgoSeparateOverlappingLinks.BreakPointDistance Property (ArcObjects .NET 10.5 SDK) |
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(
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