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




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)

Syntax

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

See Also

© 2010 All Rights Reserved.