This document is archived and information here might be outdated.  Recommended version.


INAServiceAreaSolver.SplitPolygonsAtBreaks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver Interface > INAServiceAreaSolver.SplitPolygonsAtBreaks Property
ArcGIS Developer Help

INAServiceAreaSolver.SplitPolygonsAtBreaks Property

Indicates if polygons should be split at break values.

[Visual Basic .NET]
Public Property SplitPolygonsAtBreaks As Boolean
[C#]
public bool SplitPolygonsAtBreaks {get; set;}
[C++]
HRESULT get_SplitPolygonsAtBreaks(
  Boolean* Value
);
[C++]
HRESULT put_SplitPolygonsAtBreaks(
  VARIANT_BOOL Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type bool* Value [in]
Value is a parameter of type bool

Product Availability

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

Remarks

SplitPolygonsAtBreaks specifies to the solver if the service area polygons will be split at the specified breaks. If they are not split, each break value gets a polygon starting from the start facility. If they are split at break values, then each polygon is like a donut (i.e., starts at the previous break value and ends at the next break value).

See Also

INAServiceAreaSolver Interface

.NET Samples

ArcGIS Network Analyst extension Engine application