ESRI.ArcGIS.LinearReferencingTools
OverlayRouteEvents Constructor(Object,Object,Object,Object,String,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.LinearReferencingTools Namespace > OverlayRouteEvents Class > OverlayRouteEvents Constructor : OverlayRouteEvents Constructor(Object,Object,Object,Object,String,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)
overlay_table
The overlay event table. (In, Required)
overlay_event_properties
Parameter consisting of the route location fields and the type of events in the overlay event table. (In, Required)
overlay_type
The type of overlay to be performed. (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_table As Object, _
   ByVal in_event_properties As Object, _
   ByVal overlay_table As Object, _
   ByVal overlay_event_properties As Object, _
   ByVal overlay_type As String, _
   ByVal out_table As Object, _
   ByVal out_event_properties As Object _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim in_event_properties As Object
Dim overlay_table As Object
Dim overlay_event_properties As Object
Dim overlay_type As String
Dim out_table As Object
Dim out_event_properties As Object
 
Dim instance As OverlayRouteEvents(in_table, in_event_properties, overlay_table, overlay_event_properties, overlay_type, out_table, out_event_properties)
C# 
public OverlayRouteEvents( 
   object in_table,
   object in_event_properties,
   object overlay_table,
   object overlay_event_properties,
   string overlay_type,
   object out_table,
   object out_event_properties
)

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)
overlay_table
The overlay event table. (In, Required)
overlay_event_properties
Parameter consisting of the route location fields and the type of events in the overlay event table. (In, Required)
overlay_type
The type of overlay to be performed. (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.