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




Name of the field to be created or updated with the distance of the point feature from the computed network location. A field called "Distance" is created or updated by default. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property distance_field As Object
Visual Basic (Usage)Copy Code
Dim instance As CalculateLocations
Dim value As Object
 
instance.distance_field = value
 
value = instance.distance_field
C# 
public object distance_field {get; set;}

See Also

© 2010 All Rights Reserved.