ArcObjects Library Reference (NetworkAnalyst)  

INAServerRouteResults3 Interface

Provides access to properties that contain the results of performing route 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 CompactDirections Compact directions for each resulting route.
Read-only property Directions Directions for each resulting route.
Read-only property MapImage MapImage containing the network analysis result.
Read-only property PolygonBarriers RecordSet of polygon barriers returned from the network analysis.
Read-only property PolylineBarriers RecordSet of polyline barriers returned from the network analysis.
Read-only property RouteGeometries Polyline geometry for each resulting route.
Read-only property Routes RecordSet of Routes returned from the network analysis.
Read-only property SolveMessages Error and warning messages returned by the network analysis solver.
Read-only property Stops RecordSet of Stops returned from the network analysis.
Read-only property TotalImpedances Total accumulated cost on the impedance attribute for each resulting route.

Inherited Interfaces

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

CoClasses that implement INAServerRouteResults3

CoClasses and Classes Description
NAServerRouteResults A container for the route network analysis results returned by NAServer.

Remarks

INAServerRouteResults3 provides methods on an NAServerRouteResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.