This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Constants > E > esriNAOutputPolygonType Constants (ArcObjects .NET 10.4 SDK) |
Options for service area polygon results.
Constant | Value | Description |
---|---|---|
esriNAOutputPolygonNone | 0 | No polygons are generated. |
esriNAOutputPolygonSimplified | 1 | Simplified polygons are generated. |
esriNAOutputPolygonDetailed | 2 | Detailed polygons are generated. |
The esriNAOutputPolygonType specifies the type of polygon output generated by the INAServiceAreaSolver. The default is to generate simplified polygons as they can be generated quickly by looking at the ends of the traversal results. The detailed method takes longer and will look at the inside of the traversal results to find unreached areas and generate holes in the service area polygon as well as better define the boundary of the service area.