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


INAServerLocationAllocationParams.ReturnPolylineBarriers Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerLocationAllocationParams.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(
  VARIANT_BOOL ReturnBarriers
);
[C++]

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

Product Availability

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

See Also

INAServerLocationAllocationParams Interface