ArcObjects Library Reference (GeoDatabase)  

INetworkGlobalTurnDelayEvaluator.SetCustomRoadCategoryMaxValues Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Use the SetCustomRoadCategoryMaxValues method to simultaneously set both the the CustomPrimaryRoadCategoryMaxValue and CustomSecondaryRoadCategoryMaxValue property values.

See Also

INetworkGlobalTurnDelayEvaluator Interface