ArcObjects Library Reference (NetworkAnalyst)  

INAServerClosestFacilityResults Interface

Provides access to properties that contain the results of performing closest facility network analysis with NAServer. Note: the INAServerClosestFacilityResults interface has been superseded byINAServerClosestFacilityResults2. Please consider using the more recent version.

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 CFRouteGeometries Polyline geometry for each resulting route.
Read-only property CFRoutes RecordSet of CFRoutes returned from the network analysis.
Read-only property Directions Directions for each resulting route.
Read-only property Facilities RecordSet of Facilities returned from the network analysis.
Read-only property Incidents RecordSet of Incidents returned from the network analysis.
Read-only property MapImage MapImage containing the network analysis result.
Read-only property SolveMessages Error and warning messages returned by the network analysis solver.
Read-only property TotalImpedances Total accumulated cost on the impedance attribute for each route.

Inherited Interfaces

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

CoClasses that implement INAServerClosestFacilityResults

CoClasses and Classes Description
NAServerClosestFacilityResults A container for the closest facility network analysis results returned by NAServer.

Remarks

INAServerClosestFacilityResults has been superseded by INAServerClosestFacilityResults3.

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) |