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




The distance that determines the range in which feature vertices are made coincident. To minimize undesired movement of vertices, the x,y tolerance should be fairly small. If no value is specified, the xy tolerance from the first dataset in the list of inputs will be used. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.