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




Specifies whether a field named DISTANCE will be added to the output event table. The values in this field are in the units of the specified search radius. This parameter is ignored when locating lines or polygons along routes. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.