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




table
The table containing the X and Y coordinates that define the locations of the point features in the output event layer. (In, Required)
in_x_field
The field in the input table that contains the X coordinates. (In, Required)
in_y_field
The field in the input table that contains the Y coordinates. (In, Required)
out_layer
The name of the output point event layer. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal table As Object, _
   ByVal in_x_field As Object, _
   ByVal in_y_field As Object, _
   ByVal out_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim table As Object
Dim in_x_field As Object
Dim in_y_field As Object
Dim out_layer As Object
 
Dim instance As MakeXYEventLayer(table, in_x_field, in_y_field, out_layer)
C# 
public MakeXYEventLayer( 
   object table,
   object in_x_field,
   object in_y_field,
   object out_layer
)

Parameters

table
The table containing the X and Y coordinates that define the locations of the point features in the output event layer. (In, Required)
in_x_field
The field in the input table that contains the X coordinates. (In, Required)
in_y_field
The field in the input table that contains the Y coordinates. (In, Required)
out_layer
The name of the output point event layer. (Out, Required)

See Also

© 2010 All Rights Reserved.