The maximal cluster tolerance as per the topology engine.
[Visual Basic 6.0] Property MaximumClusterTolerance As Double
[Visual Basic .NET] Public ReadOnly Property MaximumClusterTolerance As Double
[C#] public double MaximumClusterTolerance {get;}
[Java] public Double getMaximumClusterTolerance() throws IOException, AutomationException
[C++]
HRESULT get_MaximumClusterTolerance(
double* ClusterTolerance
);
Parameters
ClusterTolerance [out, retval]
ClusterTolerance is a parameter of type double
Returns the maximum cluster tolerance for the topology. This value will be six of orders magnitude greater than the minimum cluster tolerance. For example, if the minimum cluster tolerance is 0.0000020407 then the maximum cluster tolerance will be 0.20407.