ArcObjects Library Reference (NetworkAnalyst)  

INAServerRouteParams3.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 [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.

See Also

INAServerRouteParams3 Interface