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