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


INAServiceAreaSolver Interface (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
ArcGIS Developer Help

INAServiceAreaSolver Interface

Provides access to the service area solver. Note: the INAServiceAreaSolver interface has been superseded by INAServiceAreaSolver2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Read/write property DefaultBreaks The default break(s) of the traversal.
Read/write property ExcludeSourcesFromPolygons A collection of network source names to NOT use when generating polygons.
Read/write property MergeSimilarPolygonRanges Indicates if similar ranges should be merged in the result polygons.
Read/write property OutputLines The type of line(s) generated.
Read/write property OutputPolygons The type of polygon(s) generated.
Read/write property OverlapLines Indicates if lines should overlap from multiple facilities.
Read/write property SplitLinesAtBreaks Indicates if lines should be split at breaks.
Read/write property SplitPolygonsAtBreaks Indicates if polygons should be split at break values.
Read/write property TravelDirection The direction of the traversal.

Classes that implement INAServiceAreaSolver

Classes Description
NAServerServiceAreaParams Deprecated as of 10.0. A container for the service area solver settings and return parameters used by NAServer.
NAServiceAreaSolver Performs service area analysis.

Remarks

INAServerSolverResults has been superseded by INAServerSolverResults2.

.NET Samples

Service area solver