This document is archived and information here might be outdated. Recommended version. |
Indicates if the solver supports using a hierarchy network attribute.
[Visual Basic .NET]
Public ReadOnly Property CanUseHierarchy As Boolean
[C#]
public bool CanUseHierarchy {get;}
[C++]
HRESULT get_CanUseHierarchy(
Boolean* CanUseHierarchy
);
[C++] Parameters CanUseHierarchy [out, retval]
CanUseHierarchy is a parameter of type bool*
CanUseHierarchy indicates if a particular network analyst solver supports hierarchies.
If the solver supports hierarchies and the network dataset has a hierarchy defined, the hierarchy can be used to solve quickly on large networks by favoring the higher-level roads to reach the destination.