ArcObjects Library Reference (GeoDatabase)  

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(
  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