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 > FindIdentical Class : xy_tolerance Property




The xy tolerance which will be applied to each vertex when evaluating if there is an identical vertex in another feature. This parameter is enabled only when 'Shape' is selected as one of the fields. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property xy_tolerance As Object
Visual Basic (Usage)Copy Code
Dim instance As FindIdentical
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.