ArcObjects Library Reference (NetworkAnalyst)  

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