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




Sets the minimum area for a simplified polygon to be retained. The default value is zero, that is, to keep all polygons. You can choose a preferred unit for the specified value; the default is the feature unit. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.