This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver Interface > INAServiceAreaSolver.SplitLinesAtBreaks Property (ArcObjects .NET 10.4 SDK) |
Indicates if lines should be split at breaks.
[Visual Basic .NET] Public Property SplitLinesAtBreaks As Boolean
[C#] public bool SplitLinesAtBreaks {get; set;}
[C++]
HRESULT get_SplitLinesAtBreaks(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_SplitLinesAtBreaks(
VARIANT_BOOL Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type VARIANT_BOOL Value [in] Value is a parameter of type VARIANT_BOOL
SplitLinesAtBreaks specifies if the service area lines will be split at the break values.
A service area with a set of break values like 2.0, 4.0, 6.0 will normally only return each edge in the input network with its from and to cumulative cost attribute. If this property is set to true, service area lines are also split at the location where the actual value of the break is reached.