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


INAServerVRPParams.ReturnPolylineBarriers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.ReturnPolylineBarriers Property
ArcGIS Developer Help

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