Indicates if the polygons for all facilities should not overlap.
[Visual Basic .NET] Public Property OverlapPolygons As Boolean
[C#] public bool OverlapPolygons {get; set;}
[C++]
HRESULT get_OverlapPolygons(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_OverlapPolygons(
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
If OverlapPolygons is true, service area polygons from multiple facilities may overlap. If set to false, the service area polygons generated will not overlap and each polygon will encompass the area reached by the closest facility.