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


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

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