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


INAServerClosestFacilityParams.ReturnBarriers Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerClosestFacilityParams.ReturnBarriers Property

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

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

Remarks

ReturnBarriers specifies if the Barriers are returned.

See Also

INAServerClosestFacilityParams Interface