ArcObjects Library Reference (GeoDatabase)  

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