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


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

INAServiceAreaSolver.OutputPolygons Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAServiceAreaSolver Interface

.NET Samples

ArcGIS Network Analyst extension Engine application Service area solver