Provides access to properties that contain the results of performing closest facility 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. | |
CFRouteGeometries | Polyline geometry for each resulting route. | |
CFRoutes | RecordSet of CFRoutes returned from the network analysis. | |
CompactDirections | Compact directions for each resulting route. | |
Directions | Directions for each resulting route. | |
Facilities | RecordSet of Facilities returned from the network analysis. | |
Incidents | RecordSet of Incidents 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. | |
SolveMessages | Error and warning messages returned by the network analysis solver. | |
TotalImpedances | Total accumulated cost on the impedance attribute for each route. |
Inherited Interfaces
Interfaces | Description |
---|---|
INAServerClosestFacilityResults2 | Provides access to properties that contain the results of performing closest facility network analysis with NAServer. |
INAServerClosestFacilityResults | Provides access to properties that contain the results of performing closest facility network analysis with NAServer. |
INAServerSolverResults | Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses that implement INAServerClosestFacilityResults3
CoClasses and Classes | Description |
---|---|
NAServerClosestFacilityResults | A container for the closest facility network analysis results returned by NAServer. |
Remarks
INAServerClosestFacilityResults3 provides methods on an NAServerClosestFacilityResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.