ArcObjects Library Reference (NetworkAnalyst)  

INAODCostMatrixSolver Interface

Provides access to the origin-destination matrix solver. Note: the INAODCostMatrixSolver interface has been superseded byINAODCostMatrixSolver2. 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/write property DefaultCutoff The default cutoff value to stop traversing.
Read/write property DefaultTargetDestinationCount The default number of destinations to find.
Read/write property OutputLines Indicates how lines are generated.

CoClasses that implement INAODCostMatrixSolver

CoClasses and Classes Description
NAODCostMatrixSolver Performs origin-destination matrix analysis.
NAServerODCostMatrixParams A container for the Origin-Destination Cost Matrix solver settings and return parameters used by NAServer.

Remarks

INAODCostMatrixSolver has been superseded by INAODCostMatrixSolver2.

.NET Snippets

Statements - Set OD Cost Matrix Properties | Create OD Cost Matrix Layer | Set OD Cost Matrix Properties |

.NET Samples

Network Analyst Engine application (Code Files: frmNALayerProperties) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) |