This document is archived and information here might be outdated. Recommended version. |
Indicates if the output ODRoutes recordset should be returned with the analysis results.
[Visual Basic .NET]
Public Property ReturnODLines As Boolean
[C#]
public bool ReturnODLines {get; set;}
[C++]
HRESULT get_ReturnODLines(
VARIANT_BOOL ReturnODLines
);
[C++]
HRESULT put_ReturnODLines(
Boolean* ReturnODLines
);
[C++] Parameters ReturnODLines [in]
ReturnODLines is a parameter of type bool ReturnODLines [out, retval]
ReturnODLines is a parameter of type bool*