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




The tolerance sets the maximum allowable offset, which will determine the degree of simplification. This value limits the distance the output geometry can differ from the input geometry. You can specify a preferred unit of measurement. The default is the feature unit. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.