ESRI.ArcGIS.ADF.ArcGISServer
FromRoadCategory Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkGlobalTurnDelayCategory Class : FromRoadCategory Property




The road category of the from road of turns in this turn delay category.

Syntax

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

See Also

© 2010 All Rights Reserved.