ESRI.ArcGIS.DataManagementTools
inputs Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > Append Class : inputs Property




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)

Syntax

Visual Basic (Declaration) 
Public Property inputs As Object
Visual Basic (Usage)Copy Code
Dim instance As Append
Dim value As Object
 
instance.inputs = value
 
value = instance.inputs
C# 
public object inputs {get; set;}

See Also

© 2010 All Rights Reserved.