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.
[C#]
ReturnPolygonBarriers specifies if the PolygonBarriers are returned.