ArcObjects Library Reference (GeoDatabase)  

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