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


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

INAServerServiceAreaParams.ReturnSAPolygonGeometries Property

Indicates if the SAPolygon geometries should be generated and returned with the analysis results.

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

Parameters ReturnSAPolygonGeometries [in]
ReturnSAPolygonGeometries is a parameter of type bool ReturnSAPolygonGeometries [out, retval]
ReturnSAPolygonGeometries 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