This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver Interface > INAServiceAreaSolver.OutputPolygons Property (ArcObjects .NET 10.4 SDK) |
The type of polygon(s) generated.
[Visual Basic .NET] Public Property OutputPolygons As esriNAOutputPolygonType
[C#] public esriNAOutputPolygonType OutputPolygons {get; set;}
[C++]
HRESULT get_OutputPolygons(
esriNAOutputPolygonType* Value
);
[C++]
HRESULT put_OutputPolygons(
esriNAOutputPolygonType Value
);
[C++]
Parameters Value [out, retval]
Value is a parameter of type esriNAOutputPolygonType Value [in]
Value is a parameter of type esriNAOutputPolygonType
OutputPolygons specifies if the service area polygons should be generated or not.
If they are to be generated, it specifies the type of polygons to be generated. For example, the choice could be simplified, detailed, or none. The detailed option accurately models the service area lines and may contain islands of unreached areas. The simplified option runs faster but is not as accurate at some fringes.