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




in_cover
The coverage whose selected polygons or arcs will be merged into neighboring features. (In, Required)
out_cover
The new coverage with all the selected sliver polygons merged into larger features. There should be a smaller number of polygons than the Input Coverage contains. (Out, Required)
info_express
An INFO query containing one or more logical expressions to select features from the input coverage. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_cover
The coverage whose selected polygons or arcs will be merged into neighboring features. (In, Required)
out_cover
The new coverage with all the selected sliver polygons merged into larger features. There should be a smaller number of polygons than the Input Coverage contains. (Out, Required)
info_express
An INFO query containing one or more logical expressions to select features from the input coverage. (In, Required)

See Also

© 2010 All Rights Reserved.