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




in_covers
The input coverages to be appended. There is no limit to the number of coverages that can be entered. (In, Required)
out_cover
The output coverage to be created. The output coverage cannot already exist. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_covers
The input coverages to be appended. There is no limit to the number of coverages that can be entered. (In, Required)
out_cover
The output coverage to be created. The output coverage cannot already exist. (Out, Required)

See Also

© 2010 All Rights Reserved.