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




in_routes
The route features upon which events will be located. (In, Required)
route_id_field
The field containing values that uniquely identify each route. (In, Required)
in_table
The table whose rows will be located along routes. (In, Required)
in_event_properties
Parameter consisting of the route location fields and the type of events in the input event table. (In, Required)
out_layer
The layer to be created. This layer is stored in memory, so a path is not necessary. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_routes As Object, _
   ByVal route_id_field As Object, _
   ByVal in_table As Object, _
   ByVal in_event_properties As Object, _
   ByVal out_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim in_routes As Object
Dim route_id_field As Object
Dim in_table As Object
Dim in_event_properties As Object
Dim out_layer As Object
 
Dim instance As MakeRouteEventLayer(in_routes, route_id_field, in_table, in_event_properties, out_layer)
C# 
public MakeRouteEventLayer( 
   object in_routes,
   object route_id_field,
   object in_table,
   object in_event_properties,
   object out_layer
)

Parameters

in_routes
The route features upon which events will be located. (In, Required)
route_id_field
The field containing values that uniquely identify each route. (In, Required)
in_table
The table whose rows will be located along routes. (In, Required)
in_event_properties
Parameter consisting of the route location fields and the type of events in the input event table. (In, Required)
out_layer
The layer to be created. This layer is stored in memory, so a path is not necessary. (Out, Required)

See Also

© 2010 All Rights Reserved.