This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerLocationAllocationResults Interface > INAServerLocationAllocationResults.PolygonBarriers Property (ArcObjects .NET 10.5 SDK) |
RecordSet of Polygon Barriers returned from the network analysis.
[Visual Basic .NET] Public ReadOnly Property PolygonBarriers As IRecordSet
[C#] public IRecordSet PolygonBarriers {get;}
[C++]
HRESULT get_PolygonBarriers(
IRecordSet** PolygonBarriers
);
[C++]
Parameters PolygonBarriers [out, retval]
PolygonBarriers is a parameter of type IRecordSet
PolygonBarriers contains polygon barriers used in the analysis.