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




in_features
The input point features that will be assessed for proximity and clustering. (In, Required)
out_feature_class
The feature class created to hold the polygons that represent the point clusters. (Out, Required)
aggregation_distance
The distance between points that will be clustered. (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 AggregatePoints(in_features, out_feature_class, aggregation_distance)
C# 
public AggregatePoints( 
   object in_features,
   object out_feature_class,
   object aggregation_distance
)

Parameters

in_features
The input point features that will be assessed for proximity and clustering. (In, Required)
out_feature_class
The feature class created to hold the polygons that represent the point clusters. (Out, Required)
aggregation_distance
The distance between points that will be clustered. (In, Required)

See Also

© 2010 All Rights Reserved.