Provides access to the service area solver.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
| Description | ||
|---|---|---|
![]()  | 
CreateTraversalResult | Indicates if a traversal result is created. | 
![]()  | 
DefaultBreaks | The default break(s) of the traversal. | 
![]()  | 
ExcludeSourcesFromPolygons | A collection of network source names to NOT use when generating polygons. | 
![]()  | 
IncludeSourceInformationOnLines | Indicates if the lines will have SourceID, SourceOID, from and to position information added. | 
![]()  | 
MergeSimilarPolygonRanges | Indicates if similar ranges should be merged in the result polygons. | 
![]()  | 
OutputLines | The type of line(s) generated. | 
![]()  | 
OutputPolygons | The type of polygon(s) generated. | 
![]()  | 
OverlapLines | Indicates if lines should overlap from multiple facilities. | 
![]()  | 
OverlapPolygons | Indicates if the polygons for all facilities should not overlap. | 
![]()  | 
SplitLinesAtBreaks | Indicates if lines should be split at breaks. | 
![]()  | 
SplitPolygonsAtBreaks | Indicates if polygons should be split at break values. | 
![]()  | 
TravelDirection | The direction of the traversal. | 
![]()  | 
TrimOuterPolygon | Indicates if the outermost polygon (at the maximum break value) will be trimmed. | 
![]()  | 
TrimPolygonDistance | If polygons are being trimmed, provides the distance to trim. | 
![]()  | 
TrimPolygonDistanceUnits | If polygons are being trimmed, provides the units of the distance to trim. | 
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| INAServiceAreaSolver | Provides access to the service area solver. | 
CoClasses that implement INAServiceAreaSolver2
| CoClasses and Classes | Description | 
|---|---|
| NAServerServiceAreaParams | A container for the service area solver settings and return parameters used by NAServer. | 
| NAServiceAreaSolver | Performs service area analysis. | 
Remarks
INAServiceAreaSolver2 is the interface provided on the NAServiceAreaSolver and NAServerServiceAreaParams objects to access the properties of the service area solver.
