This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver Interface > INAServiceAreaSolver.SplitPolygonsAtBreaks Property (ArcObjects .NET 10.5 SDK) |
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
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).