This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAVRPResult Interface > INAVRPResult.InternalODCostMatrix Property (ArcObjects .NET 10.4 SDK) |
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.