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


INAServerServiceAreaParams2.ReturnPolygonBarriers Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerServiceAreaParams2.ReturnPolygonBarriers Property

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

[Visual Basic .NET]
Public Property ReturnPolygonBarriers As Boolean
[C#]
public bool ReturnPolygonBarriers {get; set;}
[C++]
HRESULT get_ReturnPolygonBarriers(
  VARIANT_BOOL* ReturnBarriers
);
[C++]
HRESULT put_ReturnPolygonBarriers(
  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.

Remarks

ReturnPolygonBarriers specifies if the PolygonBarriers are returned.

See Also

INAServerServiceAreaParams2 Interface