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


INAServerODCostMatrixParams.ReturnODMatrix Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerODCostMatrixParams.ReturnODMatrix Property

Indicates if the caluclated OD-values and index arrays should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnODMatrix As Boolean
[C#]
public bool ReturnODMatrix {get; set;}
[C++]
HRESULT get_ReturnODMatrix(
  VARIANT_BOOL ReturnODMatrix
);
[C++]
HRESULT put_ReturnODMatrix(
  Boolean* ReturnODMatrix
);
[C++]

Parameters ReturnODMatrix [in]
ReturnODMatrix is a parameter of type bool ReturnODMatrix [out, retval]
ReturnODMatrix is a parameter of type bool*

Product Availability

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

See Also

INAServerODCostMatrixParams Interface