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


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

INAServiceAreaSolver.OverlapLines Property

Indicates if lines should overlap from multiple facilities.

[Visual Basic .NET]
Public Property OverlapLines As Boolean
[C#]
public bool OverlapLines {get; set;}
[C++]
HRESULT get_OverlapLines(
  Boolean* Value
);
[C++]
HRESULT put_OverlapLines(
  VARIANT_BOOL Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type bool* Value [in]
Value is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

OverlapLines specifies if the service area lines of two or more facilities will overlap and return coincident features. 

A break value of 3.0 minutes will return all of the lines that can be reached within 3.0 minutes of the facility. If OverlapLines is set to false then only the line to the closest facility will be returned.  In cases where parts of a line correspond to different facilities, the single line will be split and the two resulting lines will be apportioned appropriately.

See Also

INAServiceAreaSolver Interface

.NET Samples

ArcGIS Network Analyst extension Engine application Service area solver