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


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

INAServerODCostMatrixParams.ReturnDestinations Property

Indicates if the output Destinations recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnDestinations As Boolean
[C#]
public bool ReturnDestinations {get; set;}
[C++]
HRESULT get_ReturnDestinations(
  VARIANT_BOOL ReturnDestinations
);
[C++]
HRESULT put_ReturnDestinations(
  Boolean* ReturnDestinations
);
[C++]
Parameters
ReturnDestinations [in]

ReturnDestinations is a parameter of type bool ReturnDestinations [out, retval]
ReturnDestinations is a parameter of type bool*

Product Availability

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

See Also

INAServerODCostMatrixParams Interface