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


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

INAODCostMatrixSolver2.MatrixResultType Property

Indicates the type of matrix result to be created.

[Visual Basic .NET]
Public Property MatrixResultType As esriNAODCostMatrixType
[C#]
public esriNAODCostMatrixType MatrixResultType {get; set;}
[C++]
HRESULT get_MatrixResultType(
  esriNAODCostMatrixType* Type
);
[C++]
HRESULT put_MatrixResultType(
  esriNAODCostMatrixType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriNAODCostMatrixType* Type [in]
Type is a parameter of type esriNAODCostMatrixType

Product Availability

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

Remarks

Specifies what type of a cost matrix is created during a solve. 

If the solver is set to produce a matrix (either esriNAODCostMatrixFull or esriNAODCostMatrixUpdate), make sure that the PopulateODLines property is set to False as only one of these can be populated by the solver.

See Also

INAODCostMatrixSolver2 Interface