ArcObjects Library Reference (GeoDatabase)  

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