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


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

INAServerODCostMatrixParams.Destinations Property

RecordSet or array of PropertySets representing Destinations loaded as network locations during analysis.

[Visual Basic .NET]
Public Property Destinations As INAServerLocations
[C#]
public INAServerLocations Destinations {get; set;}
[C++]
HRESULT get_Destinations(
  INAServerLocations* Destinations
);
[C++]
HRESULT putref_Destinations(
  INAServerLocations** Destinations
);
[C++]
Parameters
Destinations [in]

Destinations is a parameter of type INAServerLocations* Destinations [out, retval]
Destinations is a parameter of type INAServerLocations**

Product Availability

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

See Also

INAServerODCostMatrixParams Interface