This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerRouteParams2 Interface > INAServerRouteParams2.ReturnCompactDirections Property (ArcObjects .NET 10.4 SDK) |
Indicates if compact directions should be generated and returned with the analysis results.
[Visual Basic .NET] Public Property ReturnCompactDirections As Boolean
[C#] public bool ReturnCompactDirections {get; set;}
[C++]
HRESULT get_ReturnCompactDirections(
VARIANT_BOOL* ReturnCompactDirections
);
[C++]
HRESULT put_ReturnCompactDirections(
VARIANT_BOOL ReturnCompactDirections
);
[C++]
Parameters ReturnCompactDirections [out, retval] ReturnCompactDirections is a parameter of type VARIANT_BOOL ReturnCompactDirections [in] ReturnCompactDirections is a parameter of type VARIANT_BOOL
ReturnCompactDirections specifies if compact directions are calculated during solve and returned in INAServerRouteResults2::CompactDirections. These directions contain less information and compressed geometries representing the traversed streets. Due to their smaller size, these directions are better suited for passing across low bandwidth connections than the directions returned by ReturnDirections.