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


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

INAServerODCostMatrixResults.ODMatrix Property

3D array [origin, destination, cost] of OD-values returned from the network analysis.

[Visual Basic .NET]
Public ReadOnly Property ODMatrix As Object
[C#]
public object ODMatrix {get;}
[C++]
HRESULT get_ODMatrix(
  Variant* ODMatrix
);
[C++]
Parameters
ODMatrix [out, retval]

ODMatrix is a parameter of type VARIANT*

Product Availability

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

Remarks

ODMatrix contains an internal 3-dimensional array representing the ODMatrix.

See Also

INAServerODCostMatrixResults Interface