ArcObjects Library Reference (NetworkAnalyst)  

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 (Code Files: frmNALayerProperties) | Service area solver (Code Files: frmServiceAreaSolver)