This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerClosestFacilityParams Interface > INAServerClosestFacilityParams.ReturnDirections Property (ArcObjects .NET 10.5 SDK) |
Indicates if directions should be generated and returned with the analysis results.
[Visual Basic .NET] Public Property ReturnDirections As Boolean
[C#] public bool ReturnDirections {get; set;}
[C++]
HRESULT get_ReturnDirections(
VARIANT_BOOL* ReturnDirections
);
[C++]
HRESULT put_ReturnDirections(
VARIANT_BOOL ReturnDirections
);
[C++]
Parameters ReturnDirections [out, retval] ReturnDirections is a parameter of type VARIANT_BOOL ReturnDirections [in] ReturnDirections is a parameter of type VARIANT_BOOL
ReturnDirections specifies if directions are calculated during solve and returned in INAServerClosestFacilityResults.