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




The distance cost attribute used to define the length along the elements of the network. The distance cost attribute is optional. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.