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


INAServerVRPParams.PolygonBarriers Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.PolygonBarriers Property

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

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

Parameters PolygonBarriers [out, retval]
PolygonBarriers is a parameter of type INAServerLocations PolygonBarriers [in]
PolygonBarriers is a parameter of type INAServerLocations

Product Availability

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

See Also

INAServerVRPParams Interface