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


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

INAServerServiceAreaResults.SAPolygons Property

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**

Product Availability

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

Remarks

SAPolygons returns an IRecordSet that holds the SAPolygons found during analysis.

See Also

INAServerServiceAreaResults Interface