ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPResults.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

INAServerVRPResults Interface