This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerServiceAreaParams Interface > INAServerServiceAreaParams.ReturnSAPolygonGeometries Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL ReturnSAPolygonGeometries
);
[C++]
Parameters ReturnSAPolygonGeometries [out, retval] ReturnSAPolygonGeometries is a parameter of type VARIANT_BOOL ReturnSAPolygonGeometries [in] ReturnSAPolygonGeometries is a parameter of type VARIANT_BOOL