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