The cluster tolerance of the topology.
[Visual Basic 6.0] Property ClusterTolerance As Double
[Visual Basic .NET] Public ReadOnly Property ClusterTolerance As Double
[C#] public double ClusterTolerance {get;}
[Java] public Double getClusterTolerance() throws IOException, AutomationException
[C++]
HRESULT get_ClusterTolerance(
double* tolerance
);
Parameters
tolerance [out, retval]
tolerance is a parameter of type double
The ClusterTolerance property will return the cluster tolerance of the Topology. It will be the same value as is returned from the ITopology::ClusterTolerance property.