This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerODCostMatrixParams Interface > INAServerODCostMatrixParams.ReturnODMatrix Property (ArcObjects .NET 10.4 SDK) |
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