This document is archived and information here might be outdated. Recommended version. |
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
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.