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 | ||
---|---|---|
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. | |
PolygonBarriers | RecordSet of polygon barriers returned from the network analysis. | |
PolylineBarriers | RecordSet of polyline barriers returned from the network analysis. | |
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
INAServerServiceAreaResults | Provides access to properties that contain the results of performing service area network analysis with NAServer. |
INAServerSolverResults | Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses that implement INAServerServiceAreaResults2
CoClasses and Classes | Description |
---|---|
NAServerServiceAreaResults | A container for the service area network analysis results returned by NAServer. |
Remarks
INAServerServiceAreaResults2 provides methods on an NAServerServiceAreaResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.