ESRI.ArcGIS.LinearReferencingTools
LocateFeaturesAlongRoutes Constructor(Object,Object,Object,Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.LinearReferencingTools Namespace > LocateFeaturesAlongRoutes Class > LocateFeaturesAlongRoutes Constructor : LocateFeaturesAlongRoutes Constructor(Object,Object,Object,Object,Object,Object)




in_features
The input point, line, or polygon features. (In, Required)
in_routes
The routes with which the input features will be intersected. (In, Required)
route_id_field
The field containing values that uniquely identify each route. This field can be numeric or character. (In, Required)
radius_or_tolerance
If the input features are points, the search radius is a numeric value defining how far around each point a search will be done to find a target route. (In, Required)
out_table
The table to be created. (Out, Required)
out_event_properties
Parameter consisting of the route location fields and the type of events that will be written to the output event table. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal in_routes As Object, _
   ByVal route_id_field As Object, _
   ByVal radius_or_tolerance As Object, _
   ByVal out_table As Object, _
   ByVal out_event_properties As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim in_routes As Object
Dim route_id_field As Object
Dim radius_or_tolerance As Object
Dim out_table As Object
Dim out_event_properties As Object
 
Dim instance As LocateFeaturesAlongRoutes(in_features, in_routes, route_id_field, radius_or_tolerance, out_table, out_event_properties)
C# 
public LocateFeaturesAlongRoutes( 
   object in_features,
   object in_routes,
   object route_id_field,
   object radius_or_tolerance,
   object out_table,
   object out_event_properties
)

Parameters

in_features
The input point, line, or polygon features. (In, Required)
in_routes
The routes with which the input features will be intersected. (In, Required)
route_id_field
The field containing values that uniquely identify each route. This field can be numeric or character. (In, Required)
radius_or_tolerance
If the input features are points, the search radius is a numeric value defining how far around each point a search will be done to find a target route. (In, Required)
out_table
The table to be created. (Out, Required)
out_event_properties
Parameter consisting of the route location fields and the type of events that will be written to the output event table. (Out, Required)

See Also

© 2010 All Rights Reserved.