This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkGlobalTurnDelayCategory Interface > INetworkGlobalTurnDelayCategory.Seconds Property (ArcObjects .NET 10.5 SDK) |
The expected traversal time in seconds of turns associated with this turn delay category (matching angle, from road, to road, and cross road categories).
[Visual Basic .NET] Public Property Seconds As Double
[C#] public double Seconds {get; set;}
[C++]
HRESULT get_Seconds(
double* Seconds
);
[C++]
HRESULT put_Seconds(
double Seconds
);
[C++]
Parameters Seconds [out, retval] Seconds is a parameter of type double Seconds [in] Seconds is a parameter of type double