ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Set Cluster Tolerance

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Sets the cluster tolerance of a topology.

Usage

  • You cannot alter the cluster tolerance for a topology if the topology has been registered as versioned.

  • Changing the cluster tolerance will require the entire topology be validated.

  • For more information about cluster tolerance, see Topology_in_ArcGIS

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

Licensing information

  • ArcGIS for Desktop Basic: No
  • ArcGIS for Desktop Standard: Yes
  • ArcGIS for Desktop Advanced: Yes

Related topics

  • Topology basics
  • Topology in ArcGIS
  • Designing a geodatabase topology

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal