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




in_cover
The coverage whose polygons will be combined with the union coverage. (In, Required)
union_cover
The union coverage whose polygons will be combined with the input coverage. (In, Required)
out_cover
The output coverage that will be created containing the results of the operation. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_cover
The coverage whose polygons will be combined with the union coverage. (In, Required)
union_cover
The union coverage whose polygons will be combined with the input coverage. (In, Required)
out_cover
The output coverage that will be created containing the results of the operation. (Out, Required)

See Also

© 2010 All Rights Reserved.