ArcObjects Library Reference (NetworkAnalyst)  

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