This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerServiceAreaResults Interface > INAServerServiceAreaResults.SAPolygons Property (ArcObjects .NET 10.4 SDK) |
RecordSet of SAPolygons returned from the network analysis.
[Visual Basic .NET] Public ReadOnly Property SAPolygons As IRecordSet
[C#] public IRecordSet SAPolygons {get;}
[C++]
HRESULT get_SAPolygons(
IRecordSet** SAPolygons
);
[C++]
Parameters SAPolygons [out, retval]
SAPolygons is a parameter of type IRecordSet
SAPolygons returns an IRecordSet that holds the SAPolygons found during analysis.