ESRI.ArcGIS.DataManagementTools
SetClusterTolerance Constructor(Object,Double)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > SetClusterTolerance Class > SetClusterTolerance Constructor : SetClusterTolerance Constructor(Object,Double)




in_topology
The topology for which you want to change the cluster tolerance. This is the full path to the topology, note the topology's name or the topology layer's name when in ArcMap. (In, Required)
cluster_tolerance
The value to be set as the cluster tolerance property of the selected topology. If you enter a value of zero, the default or minimum cluster tolerance will be applied to the topology. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_topology As Object, _
   ByVal cluster_tolerance As Double _
)
Visual Basic (Usage)Copy Code
Dim in_topology As Object
Dim cluster_tolerance As Double
 
Dim instance As SetClusterTolerance(in_topology, cluster_tolerance)
C# 
public SetClusterTolerance( 
   object in_topology,
   double cluster_tolerance
)

Parameters

in_topology
The topology for which you want to change the cluster tolerance. This is the full path to the topology, note the topology's name or the topology layer's name when in ArcMap. (In, Required)
cluster_tolerance
The value to be set as the cluster tolerance property of the selected topology. If you enter a value of zero, the default or minimum cluster tolerance will be applied to the topology. (In, Required)

See Also

© 2010 All Rights Reserved.