Provides access to properties that contain the results of performing Location-Allocation 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. | |
DemandPoints | RecordSet of DemandPoints returned from the network analysis. | |
Facilities | RecordSet of Facilities returned from the network analysis. | |
LALines | RecordSet of LALines 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. |
Inherited Interfaces
Interfaces | Description |
---|---|
INAServerSolverResults | Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses that implement INAServerLocationAllocationResults
CoClasses and Classes | Description |
---|---|
NAServerLocationAllocationResults | A container for the Location-Allocation network analysis results returned by NAServer. |
Remarks
INAServerLocationAllocationResults provides methods on an NAServerLocationAllocationResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.