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




The distance units used by distance 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 optional distance cost attribute. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.