This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerODCostMatrixResults Interface > INAServerODCostMatrixResults.ODLines Property (ArcObjects .NET 10.4 SDK) |
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
ODLines contains the output line features between origins and destinations returned from the analysis.