This document is archived and information here might be outdated.  Recommended version.


IDENetworkDataset.HierarchyClusterAttribute Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset Interface > IDENetworkDataset.HierarchyClusterAttribute Property
ArcGIS Developer Help

IDENetworkDataset.HierarchyClusterAttribute Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IDENetworkDataset Interface