ArcObjects Library Reference (Schematic)  

ISchematicAlgoSeparateOverlappingLinks.BreakPointDistance Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAlgoSeparateOverlappingLinks Interface