This document is archived and information here might be outdated. Recommended version. |
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(
System.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.