ArcObjects Library Reference (NetworkAnalyst)  

INAServerClosestFacilityParams3.PolygonBarriers Property

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

[Visual Basic .NET]
Public Property PolygonBarriers As INAServerLocations
[C#]
public INAServerLocations PolygonBarriers {get; set;}
[C++]
HRESULT get_PolygonBarriers(
  INAServerLocations** Barriers
);
[C++]
HRESULT putref_PolygonBarriers(
  INAServerLocations* Barriers
);
[C++]

Parameters

Barriers [out, retval]

  Barriers is a parameter of type INAServerLocations

Barriers [in]

  Barriers is a parameter of type INAServerLocations

Product Availability

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

Remarks

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

See Also

INAServerClosestFacilityParams3 Interface