ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_OverlapLines(
  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

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 (Code Files: frmNALayerProperties) | Service area solver (Code Files: frmServiceAreaSolver)