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


INAServerLocationAllocationResults.PolylineBarriers Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerLocationAllocationResults.PolylineBarriers Property

RecordSet of Polyline Barriers returned from the network analysis.

[Visual Basic .NET]
Public ReadOnly Property PolylineBarriers As IRecordSet
[C#]
public IRecordSet PolylineBarriers {get;}
[C++]
HRESULT get_PolylineBarriers(
  IRecordSet** PolylineBarriers
);
[C++]

Parameters PolylineBarriers [out, retval]
PolylineBarriers is a parameter of type IRecordSet**

Product Availability

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

Remarks

PolylineBarriers contains polyline barriers used in the analysis.

See Also

INAServerLocationAllocationResults Interface