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


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

INAServiceAreaSolver2.OverlapPolygons Property

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(
  Boolean* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type bool Value [out, retval]
Value is a parameter of type 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.

See Also

INAServiceAreaSolver2 Interface

.NET Samples

ArcGIS Network Analyst extension Engine application