This document is archived and information here might be outdated.  Recommended version.


INetworkGlobalTurnDelayCategory.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkGlobalTurnDelayCategory Interface > INetworkGlobalTurnDelayCategory.Initialize Method
ArcGIS Developer Help

INetworkGlobalTurnDelayCategory.Initialize Method

Initializes the seconds and specifies the referenced category of global turns.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal Seconds As Double, _
    ByVal AngleCategory As esriNetworkTurnAngleCategory, _
    ByVal FromRoadCategory As esriNetworkRoadCategory, _
    ByVal ToRoadCategory As esriNetworkRoadCategory, _
    ByVal CrossRoadCategory As esriNetworkRoadCategory _
)
[C#]
public void Initialize (
    double Seconds,
    esriNetworkTurnAngleCategory AngleCategory,
    esriNetworkRoadCategory FromRoadCategory,
    esriNetworkRoadCategory ToRoadCategory,
    esriNetworkRoadCategory CrossRoadCategory
);
[C++]
HRESULT Initialize(
  double Seconds,
  esriNetworkTurnAngleCategory AngleCategory,
  esriNetworkRoadCategory FromRoadCategory,
  esriNetworkRoadCategory ToRoadCategory,
  esriNetworkRoadCategory CrossRoadCategory
);
[C++]
Parameters
Seconds [in]

Seconds is a parameter of type double AngleCategory [in]
AngleCategory is a parameter of type esriNetworkTurnAngleCategory FromRoadCategory [in]
FromRoadCategory is a parameter of type esriNetworkRoadCategory ToRoadCategory [in]
ToRoadCategory is a parameter of type esriNetworkRoadCategory CrossRoadCategory [in]
CrossRoadCategory is a parameter of type esriNetworkRoadCategory

Product Availability

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

Remarks

The FromRoadCategory and ToRoadCategory parameters can only be set to esriNRCPrimary, esriNRCSecondary, or esriNRCLocal.

See Also

INetworkGlobalTurnDelayCategory Interface