This document is archived and information here might be outdated. Recommended version. |
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
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).