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




Determines if the output polygons will be smoothed into simpler shapes or conform to the input raster's cell edges. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property simplify As String
Visual Basic (Usage)Copy Code
Dim instance As RasterToPolygon
Dim value As String
 
instance.simplify = value
 
value = instance.simplify
C# 
public string simplify {get; set;}

See Also

© 2010 All Rights Reserved.