This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerClosestFacilityParams3 Interface > INAServerClosestFacilityParams3.ReturnPolygonBarriers Property (ArcObjects .NET 10.5 SDK) |
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
ReturnPolygonBarriers specifies if the PolygonBarriers are returned.