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


INAServerVRPParams.ReturnPolylineBarriers Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.ReturnPolylineBarriers Property

Indicates if the output polyline barriers recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnPolylineBarriers As Boolean
[C#]
public bool ReturnPolylineBarriers {get; set;}
[C++]
HRESULT get_ReturnPolylineBarriers(
  VARIANT_BOOL ReturnBarriers
);
[C++]
HRESULT put_ReturnPolylineBarriers(
  Boolean* ReturnBarriers
);
[C++]

Parameters ReturnBarriers [in]
ReturnBarriers is a parameter of type bool ReturnBarriers [out, retval]
ReturnBarriers is a parameter of type bool*

Product Availability

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

See Also

INAServerVRPParams Interface