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


ITopologyContainer.MinimumClusterTolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITopologyContainer.MinimumClusterTolerance Property

The minimal cluster tolerance as per the topology engine.

[Visual Basic .NET]
Public ReadOnly Property MinimumClusterTolerance As Double
[C#]
public double MinimumClusterTolerance {get;}
[C++]
HRESULT get_MinimumClusterTolerance(
  double* ClusterTolerance
);
[C++]

Parameters ClusterTolerance [out, retval] ClusterTolerance is a parameter of type double

Product Availability

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

Remarks

Returns the minimum cluster tolerance for the topology.

See Also

ITopologyContainer Interface