ArcObjects Library Reference (NetworkAnalyst)  

INAServiceAreaSolver.SplitLinesAtBreaks Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAServiceAreaSolver Interface

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties) | Service area solver (Code Files: frmServiceAreaSolver)