This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkTravelMode Interface > INetworkTravelMode.UseHierarchy Property (ArcObjects .NET 10.4 SDK) |
Indicates if the hierarchy attribute for the network should be used in analysis.
[Visual Basic .NET] Public Property UseHierarchy As Boolean
[C#] public bool UseHierarchy {get; set;}
[C++]
HRESULT get_UseHierarchy(
VARIANT_BOOL* UseHierarchy
);
[C++]
HRESULT put_UseHierarchy(
VARIANT_BOOL UseHierarchy
);
[C++]
Parameters UseHierarchy [out, retval] UseHierarchy is a parameter of type VARIANT_BOOL UseHierarchy [in] UseHierarchy is a parameter of type VARIANT_BOOL