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




Sets a tolerance used by the PAEK algorithm. A tolerance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit. You must enter a 0 as a placeholder when using the BEZIER_INTERPOLATION smoothing algorithm. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.