ArcObjects Library Reference (NetworkAnalyst)  

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