ArcObjects Library Reference (GeoDatabase)  

INetworkForwardStarEx.HierarchyAttribute Property

Network attribute containing the hierarchy values for each network element.

[Visual Basic .NET]
Public Property HierarchyAttribute As INetworkAttribute
[C#]
public INetworkAttribute HierarchyAttribute {get; set;}
[C++]
HRESULT get_HierarchyAttribute(
  INetworkAttribute** Attribute
);
[C++]
HRESULT putref_HierarchyAttribute(
  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 HierarchyAttribute is the NetworkAttribute used in determining the hierarchy level of a given network element. In calls to QueryAdjacencies, the NetworkForwardStar object will only return network elements whose hierarchy level is less than or equal to the MaxTraversableHierarchyValue value.

The HierarchyAttribute must be a NetworkAttribute with a UsageType of esriNAUTHierarchy.

See Also

INetworkForwardStarEx Interface