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




in_events
The table whose rows will be aggregated. (In, Required)
in_event_properties
Parameter consisting of the route location fields and the type of events in the input event table. (In, Required)
dissolve_field
The field(s)used to aggregate rows. (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_events As Object, _
   ByVal in_event_properties As Object, _
   ByVal dissolve_field As Object, _
   ByVal out_table As Object, _
   ByVal out_event_properties As Object _
)
Visual Basic (Usage)Copy Code
Dim in_events As Object
Dim in_event_properties As Object
Dim dissolve_field As Object
Dim out_table As Object
Dim out_event_properties As Object
 
Dim instance As DissolveRouteEvents(in_events, in_event_properties, dissolve_field, out_table, out_event_properties)
C# 
public DissolveRouteEvents( 
   object in_events,
   object in_event_properties,
   object dissolve_field,
   object out_table,
   object out_event_properties
)

Parameters

in_events
The table whose rows will be aggregated. (In, Required)
in_event_properties
Parameter consisting of the route location fields and the type of events in the input event table. (In, Required)
dissolve_field
The field(s)used to aggregate rows. (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.