This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopology Interface > ITopology.ClusterTolerance Property (ArcObjects .NET 10.4 SDK) |
The cluster tolerance of the topology.
[Visual Basic .NET] Public ReadOnly Property ClusterTolerance As Double
[C#] public double ClusterTolerance {get;}
[C++]
HRESULT get_ClusterTolerance(
double* tolerance
);
[C++]
Parameters tolerance [out, retval] tolerance is a parameter of type double
The ClusterTolerance property returns the tolerance that was specified when the topology was built. The cluster tolerance of the topology cannot be changed. In order to modify the tolerance, the Topology must be deleted and rebuilt with the new ClusterTolerance value.