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




The minimum size of a polygon hole to be retained. The default value is zero, that is, to keep all polygon holes. You can specify a preferred unit; the default is the feature unit. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.