This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerODCostMatrixParams Interface > INAServerODCostMatrixParams.ReturnODLines Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL ReturnODLines
);
[C++]
Parameters ReturnODLines [out, retval] ReturnODLines is a parameter of type VARIANT_BOOL ReturnODLines [in] ReturnODLines is a parameter of type VARIANT_BOOL