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


INAServerODCostMatrixParams.ReturnODMatrix Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL ReturnODMatrix
);
[C++]

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

Product Availability

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

See Also

INAServerODCostMatrixParams Interface