ESRI.ArcGIS.CartographyTools
aggregation_distance Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > AggregatePolygons Class : aggregation_distance Property




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)

Syntax

Visual Basic (Declaration) 
Public Property aggregation_distance As Object
Visual Basic (Usage)Copy Code
Dim instance As AggregatePolygons
Dim value As Object
 
instance.aggregation_distance = value
 
value = instance.aggregation_distance
C# 
public object aggregation_distance {get; set;}

See Also

© 2010 All Rights Reserved.