This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerODCostMatrixParams Interface > INAServerODCostMatrixParams.ReturnDestinations Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL ReturnDestinations
);
[C++]
Parameters ReturnDestinations [out, retval] ReturnDestinations is a parameter of type VARIANT_BOOL ReturnDestinations [in] ReturnDestinations is a parameter of type VARIANT_BOOL