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


INetworkGlobalTurnDelayEvaluator.DefaultSeconds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkGlobalTurnDelayEvaluator Interface > INetworkGlobalTurnDelayEvaluator.DefaultSeconds Property
ArcGIS Developer Help

INetworkGlobalTurnDelayEvaluator.DefaultSeconds Property

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(
  System.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

Product Availability

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

Remarks

DefaultSeconds is the travel time, in seconds, assigned to a turn that does not fall into any of the classifications defined in the TurnDelayCategories.

See Also

INetworkGlobalTurnDelayEvaluator Interface