This document is archived and information here might be outdated. Recommended version. |
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
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.