ESRI.ArcGIS.NetworkAnalystTools
time_attribute Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > Directions Class : time_attribute Property




The time-based cost attribute providing the travel times in the directions. The cost attribute must exist on the network dataset used by the input network analysis layer. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property time_attribute As String
Visual Basic (Usage)Copy Code
Dim instance As Directions
Dim value As String
 
instance.time_attribute = value
 
value = instance.time_attribute
C# 
public string time_attribute {get; set;}

See Also

© 2010 All Rights Reserved.