This document is archived and information here might be outdated. Recommended version. |
The internal OD cost matrix.
[Visual Basic .NET] Public ReadOnly Property InternalODCostMatrix As INAODCostMatrix
[C#] public INAODCostMatrix InternalODCostMatrix {get;}
[C++]
HRESULT get_InternalODCostMatrix(
INAODCostMatrix** matrix
);
[C++] Parameters matrix [out, retval]
matrix is a parameter of type INAODCostMatrix**
The InternalODCostMatrix property provides access to the internally-managed NAODCostMatrixResult object generated or updated by the VRP solver during its last Solve operation.