This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset Interface > IDENetworkDataset.HierarchyClusterAttribute Property (ArcObjects .NET 10.4 SDK) |
The network attribute that is used to optimize network building for hierarchical traversal.
[Visual Basic .NET] Public Property HierarchyClusterAttribute As INetworkAttribute
[C#] public INetworkAttribute HierarchyClusterAttribute {get; set;}
[C++]
HRESULT get_HierarchyClusterAttribute(
INetworkAttribute** Attribute
);
[C++]
HRESULT put_HierarchyClusterAttribute(
INetworkAttribute* Attribute
);
[C++]
Parameters Attribute [out, retval]
Attribute is a parameter of type INetworkAttribute Attribute [in]
Attribute is a parameter of type INetworkAttribute
The HierarchyClusterAttribute property is used to specify or return the attribute that will be used for specifying Hierarchy. The attribute must be of type esriNAUTHierarchy.