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


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

ITopologyContainer.MaximumClusterTolerance Property

The maximal cluster tolerance as per the topology engine.

[Visual Basic .NET]
Public ReadOnly Property MaximumClusterTolerance As Double
[C#]
public double MaximumClusterTolerance {get;}
[C++]
HRESULT get_MaximumClusterTolerance(
  System.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 maximum cluster tolerance for the topology. This value will be six orders of magnitude (10^6) greater than the minimum cluster tolerance. For example, if the minimum cluster tolerance is 0.0000020407, the maximum cluster tolerance will be 0.20407.

See Also

ITopologyContainer Interface