This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkGlobalTurnDelayEvaluator Interface > INetworkGlobalTurnDelayEvaluator.DefaultSeconds Property (ArcObjects .NET 10.4 SDK) |
Default traversal time in seconds (for undefined turn delay categories).
[Visual Basic .NET] Public Property DefaultSeconds As Double
[C#] public double DefaultSeconds {get; set;}
[C++]
HRESULT get_DefaultSeconds(
double* Seconds
);
[C++]
HRESULT put_DefaultSeconds(
double Seconds
);
[C++]
Parameters Seconds [out, retval] Seconds is a parameter of type double Seconds [in] Seconds is a parameter of type double
DefaultSeconds is the travel time, in seconds, assigned to a turn that does not fall into any of the classifications defined in the TurnDelayCategories.