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