ArcObjects Library Reference (NetworkAnalyst)  

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