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




inputs
The input datasets that will be merged together into a new output dataset. Input datasets can be point, line, or polygon feature classes or tables. The data type of all input datasets must match. (In, Required)
output
The output dataset that will contain all combined input datasets. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal inputs As Object, _
   ByVal output As Object _
)
Visual Basic (Usage)Copy Code
Dim inputs As Object
Dim output As Object
 
Dim instance As Merge(inputs, output)
C# 
public Merge( 
   object inputs,
   object output
)

Parameters

inputs
The input datasets that will be merged together into a new output dataset. Input datasets can be point, line, or polygon feature classes or tables. The data type of all input datasets must match. (In, Required)
output
The output dataset that will contain all combined input datasets. (Out, Required)

See Also

© 2010 All Rights Reserved.