This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerClosestFacilityResults2 Interface (ArcObjects .NET 10.5 SDK) |
Deprecated as of 10.0. Provides access to properties that contain the results of performing closest facility network analysis with NAServer.
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. | |
SolveMessages | Error and warning messages returned by the network analysis solver. | |
TotalImpedances | Total accumulated cost on the impedance attribute for each route. |
Interfaces | Description |
---|---|
INAServerClosestFacilityResults | Deprecated as of 10.0. Provides access to properties that contain the results of performing closest facility network analysis with NAServer. |
INAServerSolverResults | Deprecated as of 10.0. Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses and Classes | Description |
---|---|
NAServerClosestFacilityResults | Deprecated as of 10.0. A container for the closest facility 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.
INAServerClosestFacilityResults2 has been superseded by INAServerClosestFacilityResults3.