Custom Primary road category maximum value.
[Visual Basic .NET] Public ReadOnly Property CustomPrimaryRoadCategoryMaxValue As Integer
[C#] public int CustomPrimaryRoadCategoryMaxValue {get;}
[C++]
HRESULT get_CustomPrimaryRoadCategoryMaxValue(
long* MaxValue
);
[C++]Parameters
MaxValue [out, retval] MaxValue is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The CustomPrimaryRoadCategoryMaxValue determines whether a road is classified as a primary road. If the AttributeValue of the HierarchyClusterAttribute is less than or equal to the CustomPrimaryRoadCategoryMaxValue, then it is a primary road.
Note that this property only takes effect if the UseCustomRoadCategoryRanges property is set to True. Otherwise, the level 1 value of MaxValueForHierarchy will be used instead.
The CustomPrimaryRoadCategoryMaxValue and CustomSecondaryRoadCategoryMaxValue are set by calling SetCustomRoadCategoryMaxValues.