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




Specifies how the topological errors (possibly introduced in the process, including line crossing, line overlapping, and collapsed zero-length lines) will be handled. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.