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 > FeatureToLine Class : cluster_tolerance Property




The minimum distance separating all feature coordinates, and the distance a coordinate can move in X, Y, or both during spatial computation. The default XY tolerance is set to 0.001 meter or its equivalent in feature units. (In, Optional)

Syntax

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