This document is archived and information here might be outdated.  Recommended version.


INAServerODCostMatrixParams.ReturnODLines Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerODCostMatrixParams.ReturnODLines Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAServerODCostMatrixParams Interface