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




The cluster tolerance to be set on the topology. The larger the value, the more likely vertices will be to cluster together. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.