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




Tolerance used to eliminate Input Coverage points that fall within the specified distance of other Input Coverage points. The default Proximal Tolerance is the machine precision of the computer. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property proximal_tolerance As Double
Visual Basic (Usage)Copy Code
Dim instance As Thiessen
Dim value As Double
 
instance.proximal_tolerance = value
 
value = instance.proximal_tolerance
C# 
public double proximal_tolerance {get; set;}

See Also

© 2010 All Rights Reserved.