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


INAServerODCostMatrixResults.ODLines Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerODCostMatrixResults Interface > INAServerODCostMatrixResults.ODLines Property
ArcGIS Developer Help

INAServerODCostMatrixResults.ODLines Property

RecordSet of ODRoutes returned from the network analysis.

[Visual Basic .NET]
Public ReadOnly Property ODLines As IRecordSet
[C#]
public IRecordSet ODLines {get;}
[C++]
HRESULT get_ODLines(
  IRecordSet** ODLines
);
[C++]
Parameters
ODLines [out, retval]

ODLines is a parameter of type IRecordSet**

Product Availability

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

Remarks

ODLines contains the output line features between origins and destinations returned from the analysis.

See Also

INAServerODCostMatrixResults Interface