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




Specifies whether to check for topological errors, including line-crossing, line-overlapping, zero-length lines, collapsed polygons, and holes falling outside of polygons. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.