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


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

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