This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver2 Interface > INAServiceAreaSolver2.OverlapPolygons Property (ArcObjects .NET 10.4 SDK) |
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
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.