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


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

INAServerLocationAllocationResults.Barriers Property

RecordSet of Barriers returned from the network analysis.

[Visual Basic .NET]
Public ReadOnly Property Barriers As IRecordSet
[C#]
public IRecordSet Barriers {get;}
[C++]
HRESULT get_Barriers(
  IRecordSet** Barriers
);
[C++]
Parameters
Barriers [out, retval]

Barriers is a parameter of type IRecordSet**

Product Availability

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

Remarks

Barriers contains barriers used in the analysis.

See Also

INAServerLocationAllocationResults Interface