This document is archived and information here might be outdated.  Recommended version.


IMapTopology.ClusterTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IM > IMapTopology Interface > IMapTopology.ClusterTolerance Property
ArcGIS Developer Help

IMapTopology.ClusterTolerance Property

The cracking/clustering tolerance used when constructing topology elements from the map topology's feature class collection.

[Visual Basic .NET]
Public Property ClusterTolerance As Double
[C#]
public double ClusterTolerance {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

ClusterTolerance is used by the ITopologyGraph::Build method as the tolerance to crack and cluster the features participating in the MapTopology.

See Also

IMapTopology Interface