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


INAServerODCostMatrixResults.ODMatrix Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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