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


INetworkAttributeConfiguration2.HierachyRangeMaxValuesByName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CatalogUI)  

INetworkAttributeConfiguration2.HierachyRangeMaxValuesByName Property

The default hierarchy range max values for the specified attribute name.

[Visual Basic .NET]
Public Function get_HierachyRangeMaxValuesByName ( _
    ByVal attributeName As String _
) As ILongArray
[C#]
public ILongArray get_HierachyRangeMaxValuesByName (
    string attributeName
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAttributeConfiguration2 Interface