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


INetworkGlobalTurnDelayCategory.Seconds Property (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.Seconds Property
ArcGIS Developer Help

INetworkGlobalTurnDelayCategory.Seconds Property

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

Product Availability

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

See Also

INetworkGlobalTurnDelayCategory Interface