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




When locating points along routes, it is possible that more than one route may be within the search radius of any given point. This parameter is ignored when locating lines or polygons along routes. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.