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


INAServerClosestFacilityParams3.PolylineBarriers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerClosestFacilityParams3 Interface > INAServerClosestFacilityParams3.PolylineBarriers Property
ArcGIS Developer Help

INAServerClosestFacilityParams3.PolylineBarriers Property

RecordSet or array of PropertySets representing polyline Barriers loaded as network locations during analysis.

[Visual Basic .NET]
Public Property PolylineBarriers As INAServerLocations
[C#]
public INAServerLocations PolylineBarriers {get; set;}
[C++]
HRESULT get_PolylineBarriers(
  INAServerLocations* Barriers
);
[C++]
HRESULT putref_PolylineBarriers(
  INAServerLocations** Barriers
);
[C++]
Parameters
Barriers [in]

Barriers is a parameter of type INAServerLocations* Barriers [out, retval]
Barriers is a parameter of type INAServerLocations**

Product Availability

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

Remarks

PolylineBarriers specifies an instance of NAServerLocations class to use in order to restrict or alter the impedance of network elements.

See Also

INAServerClosestFacilityParams3 Interface