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


IDETopology.ClusterTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDETopology Interface > IDETopology.ClusterTolerance Property
ArcGIS Developer Help

IDETopology.ClusterTolerance Property

The cluster tolerance of the topology.

[Visual Basic .NET]
Public Property ClusterTolerance As Double
[C#]
public double ClusterTolerance {get; set;}
[C++]
HRESULT get_ClusterTolerance(
  System.Double* clusterTol
);
[C++]
HRESULT put_ClusterTolerance(
  double clusterTol
);
[C++]
Parameters
clusterTol [out, retval]

clusterTol is a parameter of type double* clusterTol [in]
clusterTol is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDETopology Interface