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




in_features
The polygon features to be aggregated. (In, Required)
out_feature_class
The output feature class to be created. (Out, Required)
aggregation_distance
The distance to be satisfied between polygon boundaries for aggregation to happen. A distance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal out_feature_class As Object, _
   ByVal aggregation_distance As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim out_feature_class As Object
Dim aggregation_distance As Object
 
Dim instance As AggregatePolygons(in_features, out_feature_class, aggregation_distance)
C# 
public AggregatePolygons( 
   object in_features,
   object out_feature_class,
   object aggregation_distance
)

Parameters

in_features
The polygon features to be aggregated. (In, Required)
out_feature_class
The output feature class to be created. (Out, Required)
aggregation_distance
The distance to be satisfied between polygon boundaries for aggregation to happen. A distance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit. (In, Required)

See Also

© 2010 All Rights Reserved.