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