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


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

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

See Also

INAServerRouteParams3 Interface