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


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

ITopologyProperties.ClusterTolerance Property

The cluster tolerance of the topology.

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

tolerance is a parameter of type double*

Product Availability

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

Remarks

The ClusterTolerance property will return the cluster tolerance of the Topology. It will be the same value as is returned from the ITopology::ClusterTolerance property.

See Also

ITopologyProperties Interface