ArcObjects Library Reference (NetworkAnalyst)  

INAServerServiceAreaParams2 Interface

Deprecated as of 10.0. Provides access to properties that specify the route solver settings and return parameters used during network analysis with NAServer.

Product Availability

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

Members

Description
Read/write property Barriers RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis.
Read/write property Facilities RecordSet or array of PropertySets representing Facilities loaded as network locations during analysis.
Read/write property ImageDescription ImageDescription used when generating the MapImage returned with the analysis results.
Read/write property MapDescription MapDescription used when generating the MapImage returned with the analysis results.
Read/write property MaxSnapTolerance Maximum search tolerance used when attempting to load network locations.
Read/write property NAClassCandidateFieldMaps Array of NAClassCandidateFieldMaps .
Read/write property NALayerName Network analysis layer name.
Read/write property OutputSpatialReference Spatial reference of the geometries returned with the analysis results.
Read/write property PolygonBarriers RecordSet or array of PropertySets representing polygon Barriers loaded as network locations during analysis.
Read/write property PolylineBarriers RecordSet or array of PropertySets representing polyline Barriers loaded as network locations during analysis.
Read/write property ReturnBarriers Indicates if the output barriers recordset should be returned with the analysis results.
Read/write property ReturnFacilities Indicates if the output facilities recordset should be returned with the analysis results.
Read/write property ReturnMap Indicates if a MapImage should be generated and returned with the analysis results.
Read/write property ReturnPolygonBarriers Indicates if the output polygon barriers recordset should be returned with the analysis results.
Read/write property ReturnPolylineBarriers Indicates if the output polyline barriers recordset should be returned with the analysis results.
Read/write property ReturnSALineGeometries Indicates if the SALine geometries should be generated and returned with the analysis results.
Read/write property ReturnSALines Indicates if the output SALines recordset should be returned with the analysis results.
Read/write property ReturnSAPolygonGeometries Indicates if the SAPolygon geometries should be generated and returned with the analysis results.
Read/write property ReturnSAPolygons Indicates if the output SAPolygons recordset should be returned with the analysis results.
Read/write property SnapTolerance Minimum search tolerance used when attempting to load network locations.
Read/write property SnapToleranceUnits Length units of the SnapTolerance and MaxSnapTolerance.

Inherited Interfaces

Interfaces Description
INAServerServiceAreaParams Deprecated as of 10.0. Provides access to properties that specify the service area solver settings and return parameters used during network analysis with NAServer.
INAServerSolverParams Deprecated as of 10.0. Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer.

CoClasses that implement INAServerServiceAreaParams2

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

Remarks

At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.

INAServerServiceAreaParams provides methods to set input parameters on an NAServerServiceAreaParams object that is then used by the Solve method on INAServer to perform service area network analysis.