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




The distance that determines the range in which features are considered equal. To minimize error, the value you choose for the compare tolerance should be as small as possible. By default, the compare tolerance is the XY Tolerance of the input base features. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.