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


INAVRPResult.InternalODCostMatrix Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAVRPResult.InternalODCostMatrix Property

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

Product Availability

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

Remarks

The InternalODCostMatrix property provides access to the internally-managed NAODCostMatrixResult object generated or updated by the VRP solver during its last Solve operation. 

See Also

INAVRPResult Interface