ESRI.ArcGIS.ADF.ArcGISServer
Seconds Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkGlobalTurnDelayCategory Class : 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).

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Seconds As Double
Visual Basic (Usage)Copy Code
Dim instance As NetworkGlobalTurnDelayCategory
Dim value As Double
 
instance.Seconds = value
 
value = instance.Seconds
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public double Seconds {get; set;}

See Also

© 2010 All Rights Reserved.