This document is archived and information here might be outdated. Recommended version. |
Set custom road category maximum values.
[Visual Basic .NET]
Public Sub SetCustomRoadCategoryMaxValues ( _
ByVal maxPrimaryRoadValue As Integer, _
ByVal maxSecondaryRoadValue As Integer _
)
[C#]
public void SetCustomRoadCategoryMaxValues (
int maxPrimaryRoadValue,
int maxSecondaryRoadValue
);
[C++]
HRESULT SetCustomRoadCategoryMaxValues(
long maxPrimaryRoadValue,
long maxSecondaryRoadValue
);
[C++] Parameters maxPrimaryRoadValue [in]
maxPrimaryRoadValue is a parameter of type long maxSecondaryRoadValue [in]
maxSecondaryRoadValue is a parameter of type long
Use the SetCustomRoadCategoryMaxValues method to simultaneously set both the the CustomPrimaryRoadCategoryMaxValue and CustomSecondaryRoadCategoryMaxValue property values.