This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyContainer Interface > ITopologyContainer.MaximumClusterTolerance Property (ArcObjects .NET 10.4 SDK) |
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
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.