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


INetworkForwardStarSetup.HierarchyAttribute Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarSetup Interface > INetworkForwardStarSetup.HierarchyAttribute Property
ArcGIS Developer Help

INetworkForwardStarSetup.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 [in]

Attribute is a parameter of type INetworkAttribute* Attribute [out, retval]
Attribute is a parameter of type INetworkAttribute**

Product Availability

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

Remarks

This property has been superceded by the HierarchyAttribute property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.

See Also

INetworkForwardStarSetup Interface