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


INAServerServiceAreaParams.ReturnSAPolygons Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerServiceAreaParams.ReturnSAPolygons Property

Indicates if the output SAPolygons recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnSAPolygons As Boolean
[C#]
public bool ReturnSAPolygons {get; set;}
[C++]
HRESULT get_ReturnSAPolygons(
  VARIANT_BOOL ReturnSAPolygons
);
[C++]
HRESULT put_ReturnSAPolygons(
  Boolean* ReturnSAPolygons
);
[C++]

Parameters ReturnSAPolygons [in]
ReturnSAPolygons is a parameter of type bool ReturnSAPolygons [out, retval]
ReturnSAPolygons is a parameter of type bool*

Product Availability

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

See Also

INAServerServiceAreaParams Interface