This document is archived and information here might be outdated. Recommended version. |
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*