This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyContainer Interface > ITopologyContainer.DefaultClusterTolerance Property (ArcObjects .NET 10.5 SDK) |
The default cluster tolerance as per the topology engine.
[Visual Basic .NET] Public ReadOnly Property DefaultClusterTolerance As Double
[C#] public double DefaultClusterTolerance {get;}
[C++]
HRESULT get_DefaultClusterTolerance(
double* ClusterTolerance
);
[C++]
Parameters ClusterTolerance [out, retval] ClusterTolerance is a parameter of type double
Returns the "default" cluster tolerance as generated by the topology engine. Currently this is the same as the MinimumClusterTolerance.