Set Cluster Tolerance (Data Management)

License Level:BasicStandardAdvanced

Summary

Sets the cluster tolerance of a topology.

Usage

Syntax

SetClusterTolerance_management (in_topology, cluster_tolerance)
ParameterExplanationData Type
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.

Topology Layer
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.

Double

Code Sample

SetClusterTolerance stand-alone script

The following stand-alone script demonstrates how to use the SetClusterTolerance function.

# Name: SetClusterTolerance_Example.py
# Description: Updates the cluster tolerance property on a topology
# Author: ESRI

# Import system modules
import arcpy
from arcpy import env

arcpy.SetClusterTolerance_management("D:\Calgary\Trans.mdb\Streets\Street_Topo", 0.00015)

Environments

This tool does not use any geoprocessing environments

Related Topics

Licensing Information

ArcGIS for Desktop Basic: No
ArcGIS for Desktop Standard: Yes
ArcGIS for Desktop Advanced: Yes
11/18/2013