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




Sets the aggregation distance in coverage units. A distance must be equal to or greater than the cell size. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.