ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_SplitPolygonsAtBreaks(
  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

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 (Code Files: frmNALayerProperties)