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




inputs
The input datasets whose data will be appended into the target dataset. Input datasets can be point, line, or polygon feature classes, tables, rasters, raster catalogs, annotation feature classes, or dimensions feature classes. Each input dataset must match the data type of the target dataset. (In, Required)
target
The existing dataset that the input datasets' data will be appended into. Each input dataset must match the data type of the target dataset. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

inputs
The input datasets whose data will be appended into the target dataset. Input datasets can be point, line, or polygon feature classes, tables, rasters, raster catalogs, annotation feature classes, or dimensions feature classes. Each input dataset must match the data type of the target dataset. (In, Required)
target
The existing dataset that the input datasets' data will be appended into. Each input dataset must match the data type of the target dataset. (In, Required)

See Also

© 2010 All Rights Reserved.