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




in_cover
The coverage containing polygons to be aggregated. (In, Required)
out_cover
The output coverage containing aggregated features as preliminary regions with a subclass AREAAGG. The output coverage name must be different from the input coverage name. (Out, Required)
cell_size
Sets cell size in coverage units for grid conversion. Cell size must be greater than 0. (In, Required)
distance
Sets the aggregation distance in coverage units. A distance must be equal to or greater than the cell size. (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 cell_size As Double, _
   ByVal distance As Double _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_cover As Object
Dim cell_size As Double
Dim distance As Double
 
Dim instance As AggregatePolygons(in_cover, out_cover, cell_size, distance)
C# 
public AggregatePolygons( 
   object in_cover,
   object out_cover,
   double cell_size,
   double distance
)

Parameters

in_cover
The coverage containing polygons to be aggregated. (In, Required)
out_cover
The output coverage containing aggregated features as preliminary regions with a subclass AREAAGG. The output coverage name must be different from the input coverage name. (Out, Required)
cell_size
Sets cell size in coverage units for grid conversion. Cell size must be greater than 0. (In, Required)
distance
Sets the aggregation distance in coverage units. A distance must be equal to or greater than the cell size. (In, Required)

See Also

© 2010 All Rights Reserved.