This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerServiceAreaResults Interface (ArcObjects .NET 10.4 SDK) |
Deprecated as of 10.0. Provides access to properties that contain the results of performing service area network analysis with NAServer.
Description | ||
---|---|---|
Barriers | RecordSet of Barriers returned from the network analysis. | |
Facilities | RecordSet of Facilities returned from the network analysis. | |
MapImage | MapImage containing the network analysis result. | |
SALineGeometries | Polylines representing the edges traversed during network analysis. | |
SALines | RecordSet of SALines returned from the network analysis. | |
SAPolygonGeometries | Polygons representing the areas traversed within the specified break times. | |
SAPolygons | RecordSet of SAPolygons returned from the network analysis. | |
SolveMessages | Error and warning messages returned by the network analysis solver. |
Interfaces | Description |
---|---|
INAServerSolverResults | Deprecated as of 10.0. Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses and Classes | Description |
---|---|
NAServerServiceAreaResults | Deprecated as of 10.0. A container for the service area network analysis results returned by NAServer. |
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.
INAServerServiceAreaResults has been superseded by INAServerServiceAreaResults2.