ESRI.ArcGIS.LinearReferencingTools
TransformRouteEvents Constructor(Object,Object,Object,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 > TransformRouteEvents Class > TransformRouteEvents Constructor : TransformRouteEvents Constructor(Object,Object,Object,Object,Object,Object,Object,Object,Object)




in_table
The input event table. (In, Required)
in_event_properties
Parameter consisting of the route location fields and the type of events in the input event table. (In, Required)
in_routes
The input route features. (In, Required)
route_id_field
The field containing values that uniquely identify each input route. (In, Required)
target_routes
The route features to which the input events will be transformed. (In, Required)
target_route_id_field
The field containing values that uniquely identify each 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)
cluster_tolerance
The maximum tolerated distance between the input events and the target routes. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal in_event_properties As Object, _
   ByVal in_routes As Object, _
   ByVal route_id_field As Object, _
   ByVal target_routes As Object, _
   ByVal target_route_id_field As Object, _
   ByVal out_table As Object, _
   ByVal out_event_properties As Object, _
   ByVal cluster_tolerance As Object _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim in_event_properties As Object
Dim in_routes As Object
Dim route_id_field As Object
Dim target_routes As Object
Dim target_route_id_field As Object
Dim out_table As Object
Dim out_event_properties As Object
Dim cluster_tolerance As Object
 
Dim instance As TransformRouteEvents(in_table, in_event_properties, in_routes, route_id_field, target_routes, target_route_id_field, out_table, out_event_properties, cluster_tolerance)
C# 
public TransformRouteEvents( 
   object in_table,
   object in_event_properties,
   object in_routes,
   object route_id_field,
   object target_routes,
   object target_route_id_field,
   object out_table,
   object out_event_properties,
   object cluster_tolerance
)

Parameters

in_table
The input event table. (In, Required)
in_event_properties
Parameter consisting of the route location fields and the type of events in the input event table. (In, Required)
in_routes
The input route features. (In, Required)
route_id_field
The field containing values that uniquely identify each input route. (In, Required)
target_routes
The route features to which the input events will be transformed. (In, Required)
target_route_id_field
The field containing values that uniquely identify each 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)
cluster_tolerance
The maximum tolerated distance between the input events and the target routes. (In, Required)

See Also

© 2010 All Rights Reserved.