ArcObjects Library Reference (NetworkAnalyst)  

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(
  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.

See Also

INAServiceAreaSolver2 Interface

.NET Snippets

Set Service Area Properties | Set Service Area Properties2 | Statements - Set Service Area Properties

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties)