This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkGlobalTurnDelayEvaluator Interface > INetworkGlobalTurnDelayEvaluator.SetCustomRoadCategoryMaxValues Method (ArcObjects .NET 10.4 SDK) |
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.