This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerODCostMatrixResults Interface > INAServerODCostMatrixResults.ODMatrix Property (ArcObjects .NET 10.4 SDK) |
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
ODMatrix contains an internal 3-dimensional array representing the ODMatrix.