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


INAServerODCostMatrixResults.Destinations 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.Destinations Property
ArcGIS Developer Help

INAServerODCostMatrixResults.Destinations Property

RecordSet of Destinations returned from the network analysis.

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

Destinations is a parameter of type IRecordSet**

Product Availability

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

Remarks

Destinations returns an IRecordSet that holds the destinations used during analysis.

See Also

INAServerODCostMatrixResults Interface