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


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

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