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


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

ITopologyContainer.DefaultClusterTolerance Property

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

Product Availability

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

Remarks

Returns the "default" cluster tolerance as generated by the topology engine.  Currently this is the same as the MinimumClusterTolerance.

See Also

ITopologyContainer Interface

.NET Related Topics

Creating a topology in the geodatabase