ArcObjects Library Reference (NetworkAnalyst)  

INAServerServiceAreaResults2.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** Barriers
);
[C++]

Parameters

Barriers [out, retval]

  Barriers is a parameter of type IRecordSet

Product Availability

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

Remarks

PolylineBarriers contains the polyline barriers used in the analysis.

See Also

INAServerServiceAreaResults2 Interface