This document is archived and information here might be outdated.  Recommended version.


INAODCostMatrixSolver Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrixSolver Interface
ArcGIS Developer Help

INAODCostMatrixSolver Interface

Provides access to the origin-destination matrix solver. Note: the INAODCostMatrixSolver interface has been superseded by INAODCostMatrixSolver2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Name 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.

Classes that implement INAODCostMatrixSolver

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

Remarks

INAODCostMatrixSolver has been superseded by INAODCostMatrixSolver2.

.NET Samples

ArcGIS Network Analyst extension Engine application Origin-destination cost matrix solver