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




The tolerance that determines the degree of simplification. A tolerance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.