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


INAServerODCostMatrixParams.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 > INAServerODCostMatrixParams Interface > INAServerODCostMatrixParams.PolylineBarriers Property
ArcGIS Developer Help

INAServerODCostMatrixParams.PolylineBarriers Property

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

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

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

Product Availability

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

See Also

INAServerODCostMatrixParams Interface