ArcObjects Library Reference (NetworkAnalyst)  

INAServerServiceAreaResults Interface

Provides access to properties that contain the results of performing service area network analysis with NAServer.

Product Availability

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

Members

Description
Read-only property Barriers RecordSet of Barriers returned from the network analysis.
Read-only property Facilities RecordSet of Facilities returned from the network analysis.
Read-only property MapImage MapImage containing the network analysis result.
Read-only property SALineGeometries Polylines representing the edges traversed during network analysis.
Read-only property SALines RecordSet of SALines returned from the network analysis.
Read-only property SAPolygonGeometries Polygons representing the areas traversed within the specified break times.
Read-only property SAPolygons RecordSet of SAPolygons returned from the network analysis.
Read-only property SolveMessages Error and warning messages returned by the network analysis solver.

Inherited Interfaces

Interfaces Description
INAServerSolverResults Provides access to properties that contain the results of performing network analysis with NAServer.

CoClasses that implement INAServerServiceAreaResults

CoClasses and Classes Description
NAServerServiceAreaResults A container for the service area network analysis results returned by NAServer.

Remarks

INAServerServiceAreaResults has been superseded by INAServerServiceAreaResults2.

.NET Samples

Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |