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




The time units used by the temporal fields of the analysis layer's sublayers and tables (network analysis classes). This does not have to be the same as the units of the time cost attribute. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.